All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.legendscloud.nacos.LegendsNacosStarterApplication Maven / Gradle / Ivy

There is a newer version: 2021.0.0-M2
Show newest version
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);
	}

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy