diff --git a/roncoo-education-boss/config/prod.env.js b/roncoo-education-boss/config/prod.env.js index ff493213d..49c6134d9 100644 --- a/roncoo-education-boss/config/prod.env.js +++ b/roncoo-education-boss/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://192.168.1.181:5840/api"', + BASE_API: '"http://192.168.1.75:5840/api"', } diff --git a/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties b/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties index 45b913e76..eefbf6f25 100644 --- a/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 diff --git a/roncoo-education-gateway/src/main/resources/bootstrap.properties b/roncoo-education-gateway/src/main/resources/bootstrap.properties index 196a84f73..0835fd22f 100644 --- a/roncoo-education-gateway/src/main/resources/bootstrap.properties +++ b/roncoo-education-gateway/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile diff --git a/roncoo-education-job/src/main/resources/bootstrap.properties b/roncoo-education-job/src/main/resources/bootstrap.properties index 4ae9494f8..5fea61632 100644 --- a/roncoo-education-job/src/main/resources/bootstrap.properties +++ b/roncoo-education-job/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile diff --git a/roncoo-education-server-admin/src/main/resources/bootstrap.properties b/roncoo-education-server-admin/src/main/resources/bootstrap.properties index 189196d50..80d100f8d 100644 --- a/roncoo-education-server-admin/src/main/resources/bootstrap.properties +++ b/roncoo-education-server-admin/src/main/resources/bootstrap.properties @@ -3,7 +3,7 @@ spring.security.user.name=roncoo spring.security.user.password=123456 # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile diff --git a/roncoo-education-server-config/src/main/resources/application.properties b/roncoo-education-server-config/src/main/resources/application.properties index ed5777b1c..0646937ac 100644 --- a/roncoo-education-server-config/src/main/resources/application.properties +++ b/roncoo-education-server-config/src/main/resources/application.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile(native\uFFFD\uFFFD\u02BE\u02B9\uFFFD\u00F1\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD) diff --git a/roncoo-education-server-config/src/main/resources/config/master/application-dev.properties b/roncoo-education-server-config/src/main/resources/config/master/application-dev.properties index b79f22152..598286d20 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/application-dev.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/application-dev.properties @@ -2,7 +2,7 @@ spring.servlet.multipart.location=c:/tmp/ # elasticsearch -spring.data.elasticsearch.cluster-nodes=192.168.1.185:9300 +spring.data.elasticsearch.cluster-nodes=192.168.1.71:9300 spring.data.elasticsearch.cluster-name=roncoo_cloud_elk # redis @@ -14,7 +14,7 @@ spring.redis.database=5 # zipkin spring.zipkin.sender.type=web spring.zipkin.enabled=true -spring.zipkin.base-url=http://192.168.1.181:5781/ +spring.zipkin.base-url=http://192.168.1.75:5781/ spring.sleuth.sampler.percentage=1.0 # eureka 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 a842b39ed..71d359f55 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,7 +2,7 @@ spring.servlet.multipart.location=/tmp/education/ # elasticsearch -spring.data.elasticsearch.cluster-nodes=192.168.1.185:9300 +spring.data.elasticsearch.cluster-nodes=192.168.1.71:9300 spring.data.elasticsearch.cluster-name=roncoo_cloud_elk # redis @@ -14,7 +14,7 @@ spring.redis.database=7 # zipkin spring.zipkin.sender.type=web spring.zipkin.enabled=true -spring.zipkin.base-url=http://192.168.1.181:5781/ +spring.zipkin.base-url=http://192.168.1.75:5781/ spring.sleuth.sampler.percentage=1.0 # eureka @@ -24,6 +24,6 @@ eureka.instance.lease-expiration-duration-in-seconds=45 # 禁用注册中心 ribbon.eureka.enabled=false -roncoo-education-course-service.ribbon.listOfServers=http://192.168.1.181:5710 -roncoo-education-user-service.ribbon.listOfServers=http://192.168.1.181:5720 -roncoo-education-system-service.ribbon.listOfServers=http://192.168.1.181:5730 +roncoo-education-course-service.ribbon.listOfServers=http://192.168.1.75:5710 +roncoo-education-user-service.ribbon.listOfServers=http://192.168.1.75:5720 +roncoo-education-system-service.ribbon.listOfServers=http://192.168.1.75:5730 diff --git a/roncoo-education-server-config/src/main/resources/config/master/application.properties b/roncoo-education-server-config/src/main/resources/config/master/application.properties index ce44d3e11..5b55f47cd 100644 --- a/roncoo-education-server-config/src/main/resources/config/master/application.properties +++ b/roncoo-education-server-config/src/main/resources/config/master/application.properties @@ -28,7 +28,7 @@ spring.cache.redis.cache-null-values=false eureka.instance.prefer-ip-address=true # swagger -swagger.version=6.0.0-SNAPSHOT +swagger.version=5.0.1-SNAPSHOT swagger.license=\u5E7F\u5DDE\u5E02\u9886\u8BFE\u7F51\u7EDC\u79D1\u6280\u6709\u9650\u516C\u53F8 swagger.licenseUrl=http://www.roncoo.net swagger.termsOfServiceUrl=http://www.roncoo.net diff --git a/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties b/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties index 5cf952afc..25d84604a 100644 --- a/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile diff --git a/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties b/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties index 5cd4e65be..edd579452 100644 --- a/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.75 info.eureka.port=5761 # profile