소스 검색

'移除跨域处理'

tuonina 6 년 전
부모
커밋
11996c8434
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      zen-web/src/main/resources/application.yml

+ 3 - 3
zen-web/src/main/resources/application.yml

@@ -34,7 +34,7 @@ eureka:
     register-with-eureka: true
     register-with-eureka: true
     fetch-registry: true
     fetch-registry: true
     service-url:
     service-url:
-      registry1: http://192.168.1.96:11001/eureka/
+      registry1: http://192.168.1.206:11001/eureka/
 
 
 ---
 ---
 spring:
 spring:
@@ -48,8 +48,8 @@ eureka:
   client:
   client:
     service-url:
     service-url:
       defaultZone: http://192.168.1.206:11001/eureka/
       defaultZone: http://192.168.1.206:11001/eureka/
-    register-with-eureka: false
-    fetch-registry: false
+    register-with-eureka: true
+    fetch-registry: true
 ---
 ---
 spring:
 spring:
   profiles: prod
   profiles: prod