feiyu02
2025-08-14 f373bbf83d9d2a7e5f96118d7dcd658c9fea8bc8
src/main/resources/application.yml
@@ -71,8 +71,12 @@
# mybatis 配置
mybatis:
  type-aliases-package: cn.flightfeather.supervision.domain.ds1.entity, cn.flightfeather.supervision.domain.ds2.entity
  type-aliases-package: cn.flightfeather.supervision.domain.ds1.entity, cn.flightfeather.supervision.domain.ds2.entity, cn.flightfeather.supervision.domain.ds3.entity
  mapper-locations: classpath*:mapper/**/*.xml
  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  #    map-underscore-to-camel-case: true
## 通用 Mapper 配置
#mappers 多个接口时逗号隔开
@@ -83,7 +87,9 @@
#logging路径设置
logging:
    config: classpath:log4j2.xml
  config: classpath:log4j2.xml
#  level:
#    cn.flightfeather.supervision.domain: debug
springfox:
  documentation:
@@ -91,3 +97,4 @@
      v2:
        enabled: false
swagger.url: http://localhost:8080/v3/api-docs