From 0e8a6aba18103cede9028acc2e7ee92737dfff85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E6=96=B9=E5=A4=95=E9=98=B3?= Date: Sat, 16 Apr 2022 03:47:12 +0000 Subject: [PATCH] update cim-boot-server/src/main/resources/application.properties. --- .../src/main/resources/application.properties | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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