Browse Source

feat Dockerfile部署脚本添加

2 weeks ago
parent
commit
3f5c67963a
1 changed files with 4 additions and 3 deletions
  1. 4 3
      edu-travel-common/edu-travel-common-openfeign/pom.xml

+ 4 - 3
edu-travel-common/edu-travel-common-openfeign/pom.xml

@@ -26,10 +26,11 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
-        <!-- 使用 Apache HttpClient -->
+
+        <!-- 或使用 OkHttp -->
         <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
+            <groupId>io.github.openfeign</groupId>
+            <artifactId>feign-okhttp</artifactId>
         </dependency>
     </dependencies>
 </project>