4.5.0 升级到 spring boot 2.6.8

This commit is contained in:
thinkgem
2022-05-24 11:59:19 +08:00
parent 03592947d4
commit 071aa747c8
12 changed files with 31 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V4.4
productVersion: V4.5
copyrightYear: 2022
# 是否演示模式
@@ -24,6 +24,7 @@ server:
servlet:
context-path: /js
register-default-servlet: false
encoding.enabled: true
tomcat:
uri-encoding: UTF-8
# 表单请求数据的最大大小
@@ -251,6 +252,11 @@ spring:
# 打印横幅
main:
bannerMode: "off"
# MVC 映射匹配策略
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
# # Redis 连接参数 RedisProperties
# redis: