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>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
<defaultGoal>compile</defaultGoal>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
@ -346,4 +347,5 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -272,5 +272,6 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
<defaultGoal>compile</defaultGoal>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user