From 03f75274d54071536eb84e9518d85f17acbe529a Mon Sep 17 00:00:00 2001 From: fengyongwei Date: Fri, 7 Feb 2020 19:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/config/master/application-test.properties | 6 +++--- .../master/roncoo-education-course-service-test.properties | 6 +++--- .../master/roncoo-education-system-service-test.properties | 6 +++--- .../master/roncoo-education-user-service-test.properties | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/roncoo-education-server-config/src/main/resources/config/master/application-test.properties b/roncoo-education-server-config/src/main/resources/config/master/application-test.properties index 5cd22384..c8c8c704 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/application-test.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/application-test.properties @@ -2,11 +2,11 @@ spring.servlet.multipart.location=/tmp/education/ # elasticsearch -spring.data.elasticsearch.cluster-nodes=192.168.1.71:9300 +spring.data.elasticsearch.cluster-nodes=localhost:9300 spring.data.elasticsearch.cluster-name=roncoo_cloud_elk # redis -spring.redis.host=192.168.1.85 +spring.redis.host=localhost spring.redis.port=6379 spring.redis.password=RonCoo.123 spring.redis.database=7 @@ -14,7 +14,7 @@ spring.redis.database=7 # zipkin spring.zipkin.enabled=true spring.zipkin.sender.type=web -spring.zipkin.base-url=http://192.168.1.75:5781/ +spring.zipkin.base-url=http://localhost:9411/ spring.sleuth.sampler.percentage=1.0 # eureka diff --git a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-course-service-test.properties b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-course-service-test.properties index a063ab6a..d8032533 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-course-service-test.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-course-service-test.properties @@ -1,9 +1,9 @@ # 课程服务模块-测试环境 # mysql -spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_course?useUnicode=true&characterEncoding=utf-8&useSSL=false -spring.datasource.druid.username=root -spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ== +spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_course?useUnicode=true&characterEncoding=utf-8&useSSL=false +spring.datasource.druid.username=roncoo +spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg== spring.datasource.druid.filters=config spring.datasource.druid.connection-properties=config.decrypt=true diff --git a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-system-service-test.properties b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-system-service-test.properties index b84261b9..a1b41c36 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-system-service-test.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-system-service-test.properties @@ -1,9 +1,9 @@ # 用户服务模块-测试环境 # mysql -spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_system?useUnicode=true&characterEncoding=utf-8&useSSL=false -spring.datasource.druid.username=root -spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ== +spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_system?useUnicode=true&characterEncoding=utf-8&useSSL=false +spring.datasource.druid.username=roncoo +spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg== spring.datasource.druid.filters=config spring.datasource.druid.connection-properties=config.decrypt=true diff --git a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-user-service-test.properties b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-user-service-test.properties index 923ce234..4467a7a3 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-user-service-test.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/roncoo-education-user-service-test.properties @@ -1,9 +1,9 @@ # 用户服务模块-测试环境 # mysql -spring.datasource.druid.url=jdbc:mysql://192.168.1.216:3306/education_user?useUnicode=true&characterEncoding=utf-8&useSSL=false -spring.datasource.druid.username=root -spring.datasource.druid.password=gydltxT9YkTxX/VesI6STMPgGceiVQWYIXXflALQguJgfNPK0UZXhDbPp0Plxlh/PuAvQ/7uc7OQwGHi6zjMbQ== +spring.datasource.druid.url=jdbc:mysql://localhost:3306/education_user?useUnicode=true&characterEncoding=utf-8&useSSL=false +spring.datasource.druid.username=roncoo +spring.datasource.druid.password=KDcTzNf1/D2R/cq0iUGAvMl+Praa9jqyvdF0YXiGmW1AOl1i7aOl2SeAV8kfpKxds07/qoYKmFrkZWYwhubThg== spring.datasource.druid.filters=config spring.datasource.druid.connection-properties=config.decrypt=true -- GitLab