This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
neupos-server
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix config
release
xiaohanzi
3 years ago
parent
4b2ff3373b
commit
d170421365
15 changed files
with
45 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
eureka-server/src/main/resources/bootstrap.yml
+3
-1
gateway/src/main/resources/bootstrap.yml
+3
-1
service-advertisement/src/main/resources/bootstrap.yml
+3
-1
service-device/src/main/resources/bootstrap.yml
+3
-1
service-fumao/src/main/resources/bootstrap.yml
+3
-1
service-inventory/src/main/resources/bootstrap.yml
+3
-1
service-member/src/main/resources/bootstrap.yml
+3
-1
service-ota/src/main/resources/bootstrap.yml
+3
-1
service-payment/src/main/resources/bootstrap.yml
+3
-1
service-payorder/src/main/resources/bootstrap.yml
+3
-1
service-promotion/src/main/resources/bootstrap.yml
+3
-1
service-ssl/src/main/resources/bootstrap.yml
+3
-1
service-trade/src/main/resources/bootstrap.yml
+3
-1
service-user/src/main/resources/bootstrap.yml
+3
-1
service-wxopen/src/main/resources/bootstrap.yml
+ 3
- 1
eureka-server/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: eureka-server
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: eureka-server
server:
+ 3
- 1
gateway/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: gateway
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: gateway
server:
+ 3
- 1
service-advertisement/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-advertisement
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-advertisement
server:
+ 3
- 1
service-device/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-device
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-device
server:
+ 3
- 1
service-fumao/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-fumao
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-fumao
server:
+ 3
- 1
service-inventory/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-inventory
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-inventory
server:
+ 3
- 1
service-member/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-member
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-member
server:
+ 3
- 1
service-ota/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-ota
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-ota
server:
+ 3
- 1
service-payment/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-payment
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-payment
server:
+ 3
- 1
service-payorder/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-payorder
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-payorder
server:
+ 3
- 1
service-promotion/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-promotion
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-promotion
server:
+ 3
- 1
service-ssl/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-ssl
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-ssl
server:
+ 3
- 1
service-trade/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-trade
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-trade
server:
+ 3
- 1
service-user/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-user
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-user
server:
+ 3
- 1
service-wxopen/src/main/resources/bootstrap.yml
View File
@@ -3,7 +3,9 @@ spring:
name: service-wxopen
cloud:
config:
uri: http://config:1001/
#docker config
#uri: http://config:1001/
uri: http://localhost:1001/
profile: dev
name: service-wxopen
server:
Write
Preview
Loading…
Cancel
Save