lianshufeng 1 년 전
부모
커밋
5acb24ac6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      super/MSConfigure/pom.xml

+ 1 - 1
super/MSConfigure/pom.xml

@@ -142,7 +142,7 @@
             <properties>
                 <spring.profiles.active>local</spring.profiles.active>
 
-                <ApplicationCenter.url>127.0.0.1</ApplicationCenter.url>
+                <ApplicationCenter.url>127.0.0.1:8500</ApplicationCenter.url>
                 <ConfigCenter.url>http://127.0.0.1:${ConfigCenter.port}</ConfigCenter.url>
                 <Kafka.brokers>127.0.0.1:9092</Kafka.brokers>
                 <Zipkin.baseUrl>http://127.0.0.1:9411</Zipkin.baseUrl>