up
lyfO_o
2022-07-15 15f7b3fb62a36cce12891555e3dfb8e2637ef437
1
2
3
4
5
6
7
8
9
10
11
12
13
14
spring:
  application:
    name: gkhy-safeplatform-out
  profiles:
#    active: prod
    active: out-dev
 
mybatis-plus:
  mapper-locations: classpath:config/mapper/**/*.xml
 
logging:
  config: classpath:config/log/log4j2.xml
  level:
    com.gkhy: info