jiangping
2024-05-09 b62578f8b43f15be89b3d14f463f11aed03e6fb9
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: