SZH
2022-08-16 0d1739898197ef1e96c6c0ad920a95b6d70d13fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
spring:
  application:
    name: safeplatform-out
  profiles:
    active: test
#    active: uat
#    active: guotai-demo
 
 
logging:
  config: classpath:config/log/log4j2.xml
  level:
    com.gkhy: info
    com.atomikos: ERROR
    javax.transaction: ERROR