modify config

This commit is contained in:
Carl 2021-12-02 15:16:07 +08:00
parent 5950693ae7
commit 68e85a0ffc
3 changed files with 5 additions and 2 deletions

View File

@ -309,6 +309,7 @@
</plugins>
</pluginManagement>
<defaultGoal>compile</defaultGoal>
</build>
<profiles>
@ -346,4 +347,5 @@
</properties>
</profile>
</profiles>
</project>

View File

@ -272,5 +272,6 @@
</configuration>
</plugin>
</plugins>
<defaultGoal>compile</defaultGoal>
</build>
</project>

View File

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