spring 2.5.6
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
# # 连接数满后的排队个数
|
# # 连接数满后的排队个数
|
||||||
|
|||||||
Reference in New Issue
Block a user