mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
缩小IgnoreAuth注解扫描范围
This commit is contained in:
@ -48,7 +48,7 @@ import java.util.*;
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
@Configuration
|
@Configuration
|
||||||
// 免认证注解 @IgnoreAuth 注解生效范围配置
|
// 免认证注解 @IgnoreAuth 注解生效范围配置
|
||||||
@ComponentScan(basePackages = {"org.jeecg"})
|
@ComponentScan(basePackages = {"org.jeecg.**.controller"})
|
||||||
public class ShiroConfig {
|
public class ShiroConfig {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user