mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-17 07:35:25 +08:00
update cim-boot-server/src/main/resources/application.properties.
This commit is contained in:
parent
1cadbd167c
commit
0263f804bb
@ -4,7 +4,7 @@ spring.profiles.active=dev
|
||||
##################################################################
|
||||
# JDBC Config #
|
||||
##################################################################
|
||||
spring.datasource.url = jdbc:mysql://yinxindatabase.mysql.rds.aliyuncs.com:3306/cim?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
|
||||
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/cim?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC
|
||||
spring.datasource.username = cim
|
||||
spring.datasource.password = cimv587!
|
||||
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
||||
@ -33,9 +33,8 @@ spring.jpa.hibernate.naming.physical-strategy= org.hibernate.boot.model.naming.P
|
||||
##################################################################
|
||||
# Redis Config #
|
||||
##################################################################
|
||||
spring.redis.host=114.215.199.17
|
||||
spring.redis.host=127.0.0.1
|
||||
spring.redis.port=6379
|
||||
spring.redis.password=redisv587
|
||||
spring.redis.database=12
|
||||
spring.redis.lettuce.pool.max-active=10
|
||||
spring.redis.lettuce.pool.max-wait= 10s
|
||||
|
Loading…
x
Reference in New Issue
Block a user