更新 src/main/java/com/muyu/system/CloudSystemApplication.java

master
YP520 2024-07-27 17:49:02 +08:00
parent 5fcdc7e0d9
commit a06fc95d75
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import org.springframework.context.annotation.ComponentScan;
//@EnableCustomSwagger2
@EnableMyFeignClients
@SpringBootApplication
@ComponentScan(basePackages = {"com.muyu.system", "com.muyu.common.security"})
public class CloudSystemApplication {
public static void main (String[] args) {
SpringApplication.run(CloudSystemApplication.class, args);