Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
server
/
neupos-server
Seguir
3
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix config
release
xiaohanzi
hace 3 años
padre
4b2ff3373b
commit
d170421365
Se han
modificado 15 ficheros
con
45 adiciones
y
15 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar