Skip to content

Commit

Permalink
升级版本到5.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
heyh committed Nov 4, 2019
1 parent 6f3572a commit c45b6d9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion roncoo-education-boss/config/prod.env.js
Original file line number Diff line number Diff line change
@@ -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"',
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.75
info.eureka.port=5761


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.75
info.eureka.port=5761

# profile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.75
info.eureka.port=5761

# profile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.75
info.eureka.port=5761

# profile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.75
info.eureka.port=5761

# profile
Expand Down

0 comments on commit c45b6d9

Please sign in to comment.