From e1ddbb3fd348e8d7d4b3c7e7e151035d8d05fa49 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Fri, 29 Apr 2022 15:05:58 +0800
Subject: [PATCH] 修改文件头字段名称
---
screen-api/src/main/resources/application-dev.yml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml
index 2819277..44d60b5 100644
--- a/screen-api/src/main/resources/application-dev.yml
+++ b/screen-api/src/main/resources/application-dev.yml
@@ -13,7 +13,7 @@
spring:
profiles:
active: dev
- include: specialCity
+ include: bulletin, specialCity, announcement
application:
name: screen-api
redis:
@@ -66,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:
@@ -116,6 +122,7 @@
- /swagger-ui.html/**
- /webjars/**
- /verificationCode/**
+ - /static/**
AES:
KEY:
--
Gitblit v1.8.0