diff --git a/zuul-proxy-eureka/src/main/resources/application.properties b/zuul-proxy-eureka/src/main/resources/application.properties index e69de29..5f0bfd1 100644 --- a/zuul-proxy-eureka/src/main/resources/application.properties +++ b/zuul-proxy-eureka/src/main/resources/application.properties @@ -0,0 +1,2 @@ +spring.application.name: zuulproxy +server.port: 9900 \ No newline at end of file diff --git a/zuul-proxy/src/main/resources/application.properties b/zuul-proxy/src/main/resources/application.properties index 1f01bf4..5f0bfd1 100644 --- a/zuul-proxy/src/main/resources/application.properties +++ b/zuul-proxy/src/main/resources/application.properties @@ -1 +1,2 @@ -spring.application.name: zuulproxy \ No newline at end of file +spring.application.name: zuulproxy +server.port: 9900 \ No newline at end of file