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

Commit 1ba3c509 authored by 张国柄's avatar 张国柄

revert 暂时停用stone.ssovalid;

parent 2cc71ab0
...@@ -65,7 +65,6 @@ public class GlobalAuthorityInterceptor extends HandlerInterceptorAdapter { ...@@ -65,7 +65,6 @@ public class GlobalAuthorityInterceptor extends HandlerInterceptorAdapter {
@Autowired @Autowired
JwtValidator jwtValidator; JwtValidator jwtValidator;
@Autowired @Autowired
@Lazy
FeignAuthorityClient feignAuthorityClient; FeignAuthorityClient feignAuthorityClient;
@Override @Override
......
...@@ -126,7 +126,7 @@ global-auth: ...@@ -126,7 +126,7 @@ global-auth:
- ${liquidnet.info.context}/user/logs/in2111 - ${liquidnet.info.context}/user/logs/in2111
- ${liquidnet.info.context}/user/logs/de2111 - ${liquidnet.info.context}/user/logs/de2111
oncheck-url-pattern: oncheck-url-pattern:
# - ${liquidnet.info.context}/** - ${liquidnet.info.context}/**
# ----------------------------------------------------------- # -----------------------------------------------------------
......
...@@ -3,10 +3,12 @@ package com.liquidnet.service.feign.auth.rsc; ...@@ -3,10 +3,12 @@ package com.liquidnet.service.feign.auth.rsc;
import com.liquidnet.service.base.ResponseDto; import com.liquidnet.service.base.ResponseDto;
import feign.hystrix.FallbackFactory; import feign.hystrix.FallbackFactory;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
@Lazy
@Component @Component
@FeignClient(name = "liquidnet-service-adam", @FeignClient(name = "liquidnet-service-adam",
contextId = "FeignAuthorityClient", path = "adam", contextId = "FeignAuthorityClient", path = "adam",
......
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.liquidnet</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>liquidnet-common-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.liquidnet</groupId> <groupId>com.liquidnet</groupId>
<artifactId>liquidnet-common-cache-redisson</artifactId> <artifactId>liquidnet-common-cache-redis</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
<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