Merge pull request #6220 from EightMonth/master

修复#6100、#6169、@IgnoreAuth扫描加速
This commit is contained in:
JEECG
2024-06-05 18:18:23 +08:00
committed by GitHub
8 changed files with 179 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;