修复#6100、@IgnoreAuth扫描加速

This commit is contained in:
EightMonth
2024-04-25 11:52:41 +08:00
parent f1496b5084
commit faebdee755
7 changed files with 176 additions and 81 deletions

View File

@ -2,6 +2,7 @@ package org.jeecg;
import lombok.extern.slf4j.Slf4j;
import org.jeecg.common.util.oConvertUtils;
import org.jeecg.config.shiro.ignore.InMemoryIgnoreAuth;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;