mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
modify config
This commit is contained in:
parent
5950693ae7
commit
68e85a0ffc
@ -309,6 +309,7 @@
|
||||
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<defaultGoal>compile</defaultGoal>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
@ -346,4 +347,5 @@
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
@ -272,5 +272,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<defaultGoal>compile</defaultGoal>
|
||||
</build>
|
||||
</project>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user