缩小IgnoreAuth注解扫描范围

pull/6114/head
JEECG 2024-04-08 15:03:13 +08:00
parent c117abb2d4
commit 3091d5b6f0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import java.util.*;
@Slf4j
@Configuration
// 免认证注解 @IgnoreAuth 注解生效范围配置
@ComponentScan(basePackages = {"org.jeecg"})
@ComponentScan(basePackages = {"org.jeecg.**.controller"})
public class ShiroConfig {
@Resource