ZengTao
2024-04-23 9057d8571f11a552a326fa35fda9b5ec614f5c58
springboot-vue3/src/main/java/com/example/springboot/AuthorityApplication.java
@@ -1,10 +1,13 @@
package com.example.springboot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ConfigurableApplicationContext;
import com.example.springboot.component.*;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication