From 273defb3cc6cbbd74494a853a23cb8fe14c22b8b Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 17 Feb 2022 14:33:16 +0800 Subject: [PATCH] 督办单增加组织id --- screen-api/src/main/resources/application-dev.yml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml index e299b0c..49177d8 100644 --- a/screen-api/src/main/resources/application-dev.yml +++ b/screen-api/src/main/resources/application-dev.yml @@ -13,8 +13,7 @@ spring: profiles: active: dev - include: - moduleFormColumn + include: specialCity application: name: screen-api redis: @@ -67,6 +66,12 @@ max-conn-lifetime-millis: 20 test-on-return: false + servlet: + multipart: + enabled: true + max-file-size: 2MB + max-request-size: 2MB + mybatis-plus: mapper-locations: classpath:mapper/*.xml global-config: @@ -117,6 +122,7 @@ - /swagger-ui.html/** - /webjars/** - /verificationCode/** + - /static/** AES: KEY: -- Gitblit v1.8.0