feat:8761

This commit is contained in:
super_liu
2021-06-09 11:09:10 +08:00
parent f334a85be6
commit 6a5fe66a7c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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