Commit 06a10c1d authored by shangtx's avatar shangtx

Merge branch 'dev' into change

parents ddfd4488 6ff6b06f
...@@ -2,4 +2,21 @@ ...@@ -2,4 +2,21 @@
spring: spring:
profiles: profiles:
include: include:
- common-dev - common-dev
\ No newline at end of file
logging:
level:
com.onsiteservice.admin.mapper: debug
org.springframework.boot.autoconfigure.security: warn
org.springframework.security.*: warn
com.ulisesbocchio.jasyptspringboot: warn
springfox.documentation.*: error
# 排除启动时Mapper扫描映射的警告 运行无影响
org.mybatis.spring.mapper.*: warn
tk.mybatis.spring.mapper.*: warn
# com.zaxxer.hikari.HikariConfig: error
org.apache.zookeeper.*: warn
root: info
com.onsiteservice.dao.mapper: debug
com.onsiteservice.common.business.pay: info
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment