perf:代码调整

This commit is contained in:
曾文豪
2023-01-10 14:19:23 +08:00
parent 84a5b756c9
commit 6281cd3682
19 changed files with 77 additions and 98 deletions

View File

@@ -6,5 +6,5 @@ import org.springframework.context.annotation.ComponentScan;
@ComponentScan({
"com.tiesheng.platform.**.*",
})
public class PlatformAutoImportSelector {
public class PlatformAutoConfigurer {
}