v3.5.1发布

This commit is contained in:
xiongxiaoyang 2021-01-25 14:56:05 +08:00
parent b5e0814eb4
commit c567e37423
6 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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>