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

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

revert 暂时停用stone.ssovalid;

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