heheng
2025-05-16 8485affcb0d4de05059d80cb1e844d6b18291654
src/main/resources/config/application-gslab.yaml
@@ -20,9 +20,6 @@
      ddl-auto: none
#      ddl-auto: update #自动更新
    show-sql: true  #日志中显示sql语句
mybatis:
  mapper-locations: classpath:mapper/*.xml
  #  type-aliases-package: com.gkhy.labRiskManage.domain.**
  redis:
#    host: 192.168.0.52
@@ -70,3 +67,9 @@
        #辨识模块
        identification: /identification/
mybatis:
  mapper-locations: classpath:mapper/*.xml
  #  type-aliases-package: com.gkhy.labRiskManage.domain.**
logging:
  level:
    com.gkhy.labRiskManage: debug