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 5cd22384fecd37497678351db0051919e9f7bfe9..c8c8c70462a0332885a1521e50827238994df9dd 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 a063ab6af63a7752b22be26c4ebfd3a2904b5c0f..d8032533e5194633ff850cc698d3fb72513371d6 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 b84261b9c59c1930369fd8e459e61eb1329ed8d0..a1b41c3653f8462899c91d5d2a8454d6f2ac2767 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 923ce234fee32ab1aaf9efba0a4b3d64ee5c27ec..4467a7a3924371903eb1cc49a766470d9716635b 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