From b87a9b40a48a4413f325a40b5034f48df3bde5ae Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Fri, 30 Jun 2023 16:38:04 +0800 Subject: [PATCH] 补充提交 --- screen-api/src/main/resources/application-dev.yml | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml index e8c8b6b..444ee90 100644 --- a/screen-api/src/main/resources/application-dev.yml +++ b/screen-api/src/main/resources/application-dev.yml @@ -13,12 +13,11 @@ spring: profiles: active: dev - include: - moduleFormColumn + include: bulletin, specialCity, announcement application: name: screen-api redis: - host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com + host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com port: 6379 password: moral_123456 timeout: 30000 @@ -35,7 +34,7 @@ max-wait: 30000 min-idle: 32 tokenRedis: - host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com + host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com port: 6379 password: moral_123456 timeout: 30000 @@ -66,6 +65,12 @@ driver-class-name: com.mysql.cj.jdbc.Driver 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 @@ -105,6 +110,9 @@ linger: 1 retries: 0 servers: 172.16.44.65:9092,172.16.44.67:9092,172.16.44.66:9092 + groupId: + second-data: Dev_SecondsDataGroup + cruiser-data: Dev_CruiserDataGroup mvc: interceptor: exclude: @@ -114,6 +122,7 @@ - /swagger-ui.html/** - /webjars/** - /verificationCode/** + - /static/** AES: KEY: -- Gitblit v1.8.0