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> <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 {
+1 -1
View File
@@ -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