|
@@ -14,7 +14,7 @@ spring:
|
|
|
enabled: true
|
|
|
service-id: pigx-config
|
|
|
autoconfigure:
|
|
|
- exclude: org.springframework.cloud.gateway.config.GatewayClassPathWarningAutoConfiguration
|
|
|
+ exclude: org.springframework.cloud.gateway.config.GatewayAutoConfiguration
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
profiles:
|
|
@@ -25,4 +25,4 @@ eureka:
|
|
|
prefer-ip-address: true
|
|
|
client:
|
|
|
service-url:
|
|
|
- defaultZone: http://pig:pig@pigx-eureka:8761/eureka/
|
|
|
+ defaultZone: http://pig:pig@pigx-eureka:8761/eureka/
|