songhuangfeng123
2022-08-19 2595c1008bfe2d0d5e01f3b6b035faa7ccb8a2b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
spring:
  application:
    name: safeplatform-out
  profiles:
#    active: test
    active: guotai-demo
 
#mybatis-plus:
#  mapper-locations: classpath:config/mapper/**/*.xml
 
logging:
  config: classpath:config/log/log4j2.xml
  level:
    com.gkhy: info
    com.atomikos: ERROR
    javax.transaction: ERROR