server/meeting/meeting_admin/src/main/resources/application.yml
@@ -6,12 +6,10 @@ # env: production spring: # application: # name: doumeemes application: name: meetingAdmin profiles: active: dev # JSON返回配置 jackson: # 默认时区 @@ -23,6 +21,9 @@ max-file-size: 200MB max-request-size: 200MB enabled: true main: allow-circular-references: true # MyBatis配置 mybatis-plus: mapper-locations: classpath*:/mappers/**/*.xml @@ -63,6 +64,8 @@ enable: true username: admin password: 111111 main: allow-circular-references: true # WEB服务器配置 server: