diff --git a/cim-boot-server/src/main/resources/application.properties b/cim-boot-server/src/main/resources/application.properties index 2992086..2dc9e9c 100644 --- a/cim-boot-server/src/main/resources/application.properties +++ b/cim-boot-server/src/main/resources/application.properties @@ -4,9 +4,9 @@ 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.username = cim -spring.datasource.password = cimv587! +spring.datasource.url = jdbc:mysql://127.0.0.1:3306/cim?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC +spring.datasource.username = root +spring.datasource.password = root spring.datasource.type=com.zaxxer.hikari.HikariDataSource spring.datasource.driver-class-name = com.mysql.cj.jdbc.Driver @@ -34,10 +34,9 @@ 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.database=12 -spring.redis.password=redisv587 spring.redis.lettuce.pool.max-active=10 spring.redis.lettuce.pool.max-wait= 10s spring.redis.lettuce.pool.max-idle=5