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