jidj 5 gadi atpakaļ
vecāks
revīzija
d2ebe6c6a1
1 mainītis faili ar 10 papildinājumiem un 11 dzēšanām
  1. 10 11
      pom.xml

+ 10 - 11
pom.xml

@@ -145,17 +145,16 @@
145 145
             <groupId>org.springframework.boot</groupId>
146 146
             <artifactId>spring-boot-starter-web-services</artifactId>
147 147
         </dependency>
148
-        <!-- <dependency>
149
-            <groupId>org.apache.cxf</groupId>
150
-            <artifactId>cxf-rt-frontend-jaxws</artifactId>
151
-            <version>3.1.6</version>
152
-        </dependency>
153
-        <dependency>
154
-            <groupId>org.apache.cxf</groupId>
155
-            <artifactId>cxf-rt-transports-http</artifactId>
156
-            <version>3.1.6</version>
157
-        </dependency> -->
158
-        <!--添加webservice end-->
148
+		<!-- feign -->
149
+		<dependency>
150
+			<groupId>org.springframework.cloud</groupId>
151
+			<artifactId>spring-cloud-starter-openfeign</artifactId>
152
+		</dependency>
153
+		<!-- hystrix 熔断-->
154
+		<dependency>
155
+			<groupId>org.springframework.cloud</groupId>
156
+			<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
157
+		</dependency>
159 158
 		<!-- JSONObject jar包 -->
160 159
 		<dependency>
161 160
 		    <groupId>net.sf.json-lib</groupId>