feat:8761
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||||||
<version>2.0.2.RELEASE</version>
|
<version>2.2.0.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- DB 相关 -->
|
<!-- DB 相关 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient(value = "LAWSSystem2",path="/api",url="")
|
@FeignClient(value = "FotonLAWSSystem",path="/api",url="")
|
||||||
@RequestMapping("/")
|
@RequestMapping("/")
|
||||||
public interface LawsUserInfoService {
|
public interface LawsUserInfoService {
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ logging:
|
|||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
serviceUrl:
|
serviceUrl:
|
||||||
defaultZone: http://127.0.0.1:8671/eureka/
|
defaultZone: http://127.0.0.1:8761/eureka/
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: bat-wkflow
|
name: bat-wkflow
|
||||||
|
|||||||
Reference in New Issue
Block a user