|
@@ -17,7 +17,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
public class SaTokenConfig implements WebMvcConfigurer {
|
|
public class SaTokenConfig implements WebMvcConfigurer {
|
|
|
private final String[] exclude = new String[]{
|
|
private final String[] exclude = new String[]{
|
|
|
RpcConstants.RPC_API_PREFIX + "/**",
|
|
RpcConstants.RPC_API_PREFIX + "/**",
|
|
|
- "/auth/login", "/auth/logout", "/**"
|
|
|
|
|
|
|
+ "/auth/login", "/auth/logout"
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
@Bean
|
|
@Bean
|