v4.0.7
This commit is contained in:
@@ -73,7 +73,7 @@ jdbc:
|
||||
stat:
|
||||
enabled: true
|
||||
|
||||
# Redis 配置(2.x/3.x)
|
||||
# Redis 配置
|
||||
redis:
|
||||
enabled: false
|
||||
|
||||
@@ -90,7 +90,7 @@ redis:
|
||||
pool:
|
||||
maxIdle: 3
|
||||
maxTotal: 20
|
||||
|
||||
|
||||
# 是否启用Redis系统缓存及会话(专业版)
|
||||
cacheAndSession: false
|
||||
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
4.0.3
|
||||
4.0.4
|
||||
4.0.5
|
||||
4.0.6
|
||||
4.0.6
|
||||
4.0.7
|
||||
@@ -76,8 +76,10 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-war-plugin</artifactId>
|
||||
<configuration>
|
||||
<packagingExcludes></packagingExcludes>
|
||||
<warSourceExcludes></warSourceExcludes>
|
||||
<warSourceExcludes>
|
||||
WEB-INF/classes/*.lic,
|
||||
userfiles/**
|
||||
</warSourceExcludes>
|
||||
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
|
||||
<warName>${finalName}</warName>
|
||||
<archive>
|
||||
|
||||
@@ -102,7 +102,7 @@ jdbc:
|
||||
# stat:
|
||||
# enabled: true
|
||||
|
||||
# Redis 配置(2.x/3.x)
|
||||
# Redis 配置
|
||||
#redis:
|
||||
# enabled: false
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user