springcloud_k8s_panzhihuazhihuishequ/zuul/src/main/resources/bootstrap.yml
@@ -1,3 +1,17 @@ server: port: 8194 servlet: encoding: force-response: true #中文乱码 eureka: instance: preferIpAddress: true client: serviceUrl: defaultZone: http://${EUREKA_URL:localhost}:8192/eureka spring: application: name: zuul @@ -15,10 +29,4 @@ max-request-size: 10MB eureka: instance: preferIpAddress: true client: serviceUrl: defaultZone: http://${EUREKA_URL:localhost}:8192/eureka