diff --git a/smart-admin-service/pom.xml b/smart-admin-service/pom.xml
index 39a6f3ce..faed88ff 100644
--- a/smart-admin-service/pom.xml
+++ b/smart-admin-service/pom.xml
@@ -309,6 +309,7 @@
+ compile
@@ -346,4 +347,5 @@
+
\ No newline at end of file
diff --git a/smart-admin-service/smart-admin-api/pom.xml b/smart-admin-service/smart-admin-api/pom.xml
index f7ec8db4..f45da252 100644
--- a/smart-admin-service/smart-admin-api/pom.xml
+++ b/smart-admin-service/smart-admin-api/pom.xml
@@ -272,5 +272,6 @@
+ compile
\ No newline at end of file
diff --git a/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties b/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties
index 7331dd19..e288cd16 100644
--- a/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties
+++ b/smart-admin-service/smart-admin-api/src/main/resources/dev/application.properties
@@ -39,12 +39,12 @@ spring.datasource.druid.password=123456
spring.datasource.druid.login.enabled=false
######################### redis #######################################
-spring.redis.database=0
+spring.redis.database=1
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.timeout=10000ms
spring.redis.password=
-spring.redis.lettuce.pool.max-active=10
+spring.redis.lettuce.pool.max-active=100
spring.redis.lettuce.pool.min-idle=5
spring.redis.lettuce.pool.max-idle=10
spring.redis.lettuce.pool.max-wait=30000ms