郑永安
2023-07-24 0645153dfa233b51a749db73f9bd5a8c5127c595
src/main/resources/application.yml
@@ -1,3 +1,6 @@
# swagger生产环境中禁止显示
swagger:
  show: false
# mysql 多数据源
spring:
  application:
@@ -54,13 +57,14 @@
  mapper-locations: classpath*:com/gk/hotwork/**/*.xml
  type-aliases-package: com.gk.hotwork.Domain
  type-enums-package: com.gk.hotwork.Domain.Enum
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#线程池配置
threadPool:
  corePoolSize: 20
  maxPoolSize: 20
  queueCapacity: 10000
logging:
  level:
    com.gk.hotwork: info