mirror of https://github.com/jeecgboot/jeecg-boot
免token注解@IgnoreAuth改造后, 不需此代码
parent
10263720d4
commit
fd0461644e
|
@ -48,8 +48,6 @@ import java.util.*;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Configuration
|
@Configuration
|
||||||
// 免认证注解 @IgnoreAuth 注解生效范围配置
|
|
||||||
@ComponentScan(basePackages = {"org.jeecg.**"})
|
|
||||||
public class ShiroConfig {
|
public class ShiroConfig {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
|
Loading…
Reference in New Issue