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

com.wu.framework.easy.temple.EasyTempleApplication Maven / Gradle / Ivy

The newest version!
package com.wu.framework.easy.temple;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
 * @author : Jia wei Wu
 * @version 1.0
 * describe :
 * @date : 2020/9/18 下午11:30
 */
//@NacosPropertySource(dataId = "temple", autoRefreshed = true)
@SpringBootApplication
public class EasyTempleApplication {
    public static void main(String[] args) {
        SpringApplication.run(EasyTempleApplication.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy