master
袁子龙 2024-08-19 22:01:45 +08:00
parent 4eebb244d2
commit c9996e9e87
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableMyFeignClients @EnableMyFeignClients
@SpringBootApplication @SpringBootApplication
public class CloudSystemApplication { public class CloudSystemApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(CloudSystemApplication.class, args); SpringApplication.run(CloudSystemApplication.class, args);
} }
} }