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