top.legendscloud.nacos.LegendsNacosStarterApplication Maven / Gradle / Ivy
package top.legendscloud.nacos;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//import org.springframework.cloud.openfeign.EnableFeignClients;
//@EnableFeignClients
@SpringBootApplication
public class LegendsNacosStarterApplication {
public static void main(String[] args) {
SpringApplication.run(LegendsNacosStarterApplication.class, args);
}
}