mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08:00
v3.5.1发布
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.5.0</version>
|
<version>3.5.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.5.0</version>
|
<version>3.5.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.5.0</version>
|
<version>3.5.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ pic:
|
|||||||
thread:
|
thread:
|
||||||
pool:
|
pool:
|
||||||
#核心线程池数量
|
#核心线程池数量
|
||||||
core-pool-size: 10
|
core-pool-size: 100
|
||||||
#最大线程池数量
|
#最大线程池数量
|
||||||
maximum-pool-size: 20
|
maximum-pool-size: 10000
|
||||||
#线程超时时间(分钟)
|
#线程超时时间(分钟)
|
||||||
keep-alive-time: 10
|
keep-alive-time: 10
|
||||||
@@ -26,9 +26,9 @@ pic:
|
|||||||
thread:
|
thread:
|
||||||
pool:
|
pool:
|
||||||
#核心线程池数量
|
#核心线程池数量
|
||||||
core-pool-size: 5
|
core-pool-size: 10
|
||||||
#最大线程池数量
|
#最大线程池数量
|
||||||
maximum-pool-size: 10
|
maximum-pool-size: 200
|
||||||
#线程超时时间(分钟)
|
#线程超时时间(分钟)
|
||||||
keep-alive-time: 10
|
keep-alive-time: 10
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<version>3.5.0</version>
|
<version>3.5.1</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>novel-common</module>
|
<module>novel-common</module>
|
||||||
<module>novel-front</module>
|
<module>novel-front</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user