记得上下班打卡 | git大法好,push需谨慎

Commit e37dcdd5 authored by jiangxiulong's avatar jiangxiulong

feign

parent 5aaec0cb
...@@ -9,8 +9,8 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -9,8 +9,8 @@ import org.springframework.web.bind.annotation.PostMapping;
@Component @Component
@FeignClient(name = "liquidnet-service-platform", @FeignClient(name = "liquidnet-service-platform",
contextId = "FeignPlatformTaskClient", path = "", contextId = "FeignPlatformTaskClient", path = "",
// url = "${liquidnet.url.platform}", url = "${liquidnet.url.platform}",
url = "", // url = "",
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignPlatformTaskClient { public interface FeignPlatformTaskClient {
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
<artifactId>liquidnet-service-kylin-impl</artifactId> <artifactId>liquidnet-service-kylin-impl</artifactId>
<dependencies> <dependencies>
<!-- kylin --> <!-- kylin -->
<dependency> <!--<dependency>
<groupId>com.liquidnet</groupId> <groupId>com.liquidnet</groupId>
<artifactId>liquidnet-api-feign-kylin</artifactId> <artifactId>liquidnet-api-feign-kylin</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>-->
<!-- common --> <!-- common -->
<dependency> <dependency>
...@@ -40,11 +40,11 @@ ...@@ -40,11 +40,11 @@
<artifactId>spring-boot-starter-data-mongodb</artifactId> <artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>
<groupId>com.liquidnet</groupId> <groupId>com.liquidnet</groupId>
<artifactId>liquidnet-api-feign-adam</artifactId> <artifactId>liquidnet-api-feign-adam</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>-->
<!-- other --> <!-- other -->
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment