This commit is contained in:
thinkgem
2018-09-15 17:46:18 +08:00
parent 39a5f6164d
commit 8563888fd5
4 changed files with 9 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ jdbc:
stat: stat:
enabled: true enabled: true
# Redis 配置2.x/3.x # Redis 配置
redis: redis:
enabled: false enabled: false
@@ -90,7 +90,7 @@ redis:
pool: pool:
maxIdle: 3 maxIdle: 3
maxTotal: 20 maxTotal: 20
# 是否启用Redis系统缓存及会话专业版 # 是否启用Redis系统缓存及会话专业版
cacheAndSession: false cacheAndSession: false

View File

@@ -4,4 +4,5 @@
4.0.3 4.0.3
4.0.4 4.0.4
4.0.5 4.0.5
4.0.6 4.0.6
4.0.7

View File

@@ -76,8 +76,10 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration> <configuration>
<packagingExcludes></packagingExcludes> <warSourceExcludes>
<warSourceExcludes></warSourceExcludes> WEB-INF/classes/*.lic,
userfiles/**
</warSourceExcludes>
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory> <webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
<warName>${finalName}</warName> <warName>${finalName}</warName>
<archive> <archive>

View File

@@ -102,7 +102,7 @@ jdbc:
# stat: # stat:
# enabled: true # enabled: true
# Redis 配置2.x/3.x # Redis 配置
#redis: #redis:
# enabled: false # enabled: false
# #