This commit is contained in:
thinkgem
2022-05-24 21:11:36 +08:00
parent d19d9f0bfe
commit 8fd22731f8
3 changed files with 17 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ server:
servlet:
context-path: /js
register-default-servlet: false
encoding.enabled: true
tomcat:
uri-encoding: UTF-8
# 表单请求数据的最大大小
@@ -254,6 +255,11 @@ spring:
# 打印横幅
main:
bannerMode: "off"
# MVC 映射匹配策略
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# # Redis 连接参数 RedisProperties
# redis:

View File

@@ -93,6 +93,11 @@ spring:
# 打印横幅
main:
bannerMode: "off"
# MVC 映射匹配策略
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# 日志配置
logging:

View File

@@ -27,6 +27,7 @@ server:
servlet:
context-path: /js
register-default-servlet: false
encoding.enabled: true
tomcat:
uri-encoding: UTF-8
# 表单请求数据的最大大小
@@ -254,6 +255,11 @@ spring:
# 打印横幅
main:
bannerMode: "off"
# MVC 映射匹配策略
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# # Redis 连接参数 RedisProperties
# redis: