server/visits/dmvisit_admin/src/main/resources/application.yml
@@ -7,8 +7,8 @@ spring: # application: # name: doumeevisit application: name: visitsAdmin profiles: active: dev @@ -23,6 +23,8 @@ max-file-size: 200MB max-request-size: 200MB enabled: true main: allow-circular-references: true # MyBatis配置 mybatis-plus: mapper-locations: classpath*:/mappers/**/*.xml @@ -50,6 +52,7 @@ logback: level: INFO appender: ${project.env} path: D:/logs # dao层的日志设置为debug,方便查看sql logging: level: