server/platform/src/main/resources/application.yml
@@ -5,13 +5,13 @@ env: development # env: production server: port: 10023 port: 10030 spring: # application: # name: doumeemes profiles: active: dev active: pro # JSON返回配置 jackson: @@ -21,10 +21,12 @@ date-format: yyyy-MM-dd HH:mm:ss servlet: multipart: max-file-size: 200MB max-request-size: 200MB max-file-size: 2048MB max-request-size: 2048MB enabled: true cookiename: dmplat-auth-token # MyBatis配置 mybatis-plus: mapper-locations: classpath*:/mappers/**/*.xml