Newer
Older
thirdparty / src / main / resources / application.yml
steven on 20 Aug 310 bytes 百业兴项目
server:
  tomcat:
    uri-encoding: UTF-8
spring:
  profiles:
    active: local
  jpa:
    open-in-view: true
  data:
    redis:
      repositories:
        enabled: false
logging:
  config: classpath:logback-${spring.profiles.active}.xml
  level:
    org.springframework.data.convert.CustomConversions: ERROR