spring 2.5.6

This commit is contained in:
thinkgem
2021-11-02 12:45:00 +08:00
parent 2cb41b3027
commit a90052d7f2
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version> <version>2.5.6</version>
</parent> </parent>
<groupId>com.jeesite</groupId> <groupId>com.jeesite</groupId>

View File

@@ -25,8 +25,8 @@ server:
context-path: /js context-path: /js
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
# # 表单请求数据的最大大小 # 表单请求数据的最大大小
# max-http-form-post-size: 20M max-http-form-post-size: 20MB
# # 进程的最大连接数 # # 进程的最大连接数
# max-connections: 8192 # max-connections: 8192
# # 连接数满后的排队个数 # # 连接数满后的排队个数