111
k94314517
2025-02-19 18cf2f252338e52fb531cd2ca1cc49e39bf6efe0
server/platform/src/main/resources/application.yml
@@ -42,7 +42,6 @@
  # 排除跟踪的URL正则
  exclude-patterns: .+/list[a-zA-Z0-9\-\_]*$, .+/tree[a-zA-Z0-9\-\_]*$, .+/page[a-zA-Z0-9\-\_]*$, .+/all[a-zA-Z0-9\-\_]*$, /swagger-resources.*
# 日志配置
logback:
  level: INFO
@@ -50,7 +49,7 @@
# dao层的日志设置为debug,方便查看sql
logging:
  level:
    com.tielangtou.dao: debug
    com.doumee.dao: debug
pagehelper:
  # 指定使用的数据库数据库
@@ -59,4 +58,8 @@
  reasonable: true
# WEB服务器配置
server:
  port: 10012
  port: 10026
mqtt:
  clientid: doumeeplat
  subclientid: doumeeplatSub