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> </plugins>
</pluginManagement> </pluginManagement>
<defaultGoal>compile</defaultGoal>
</build> </build>
<profiles> <profiles>
@ -346,4 +347,5 @@
</properties> </properties>
</profile> </profile>
</profiles> </profiles>
</project> </project>

View File

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

View File

@ -39,12 +39,12 @@ spring.datasource.druid.password=123456
spring.datasource.druid.login.enabled=false spring.datasource.druid.login.enabled=false
######################### redis ####################################### ######################### redis #######################################
spring.redis.database=0 spring.redis.database=1
spring.redis.host=127.0.0.1 spring.redis.host=127.0.0.1
spring.redis.port=6379 spring.redis.port=6379
spring.redis.timeout=10000ms spring.redis.timeout=10000ms
spring.redis.password= 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.min-idle=5
spring.redis.lettuce.pool.max-idle=10 spring.redis.lettuce.pool.max-idle=10
spring.redis.lettuce.pool.max-wait=30000ms spring.redis.lettuce.pool.max-wait=30000ms