master
parent
4eebb244d2
commit
c9996e9e87
|
@ -15,7 +15,12 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
@EnableMyFeignClients
|
||||
@SpringBootApplication
|
||||
public class CloudSystemApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(CloudSystemApplication.class, args);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue