首页>代码>基于Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目>/spring-boot-cloud/config/src/main/java/cn/zhangxd/config/ConfigApplication.java
package cn.zhangxd.config;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.config.server.EnableConfigServer;

@EnableDiscoveryClient
@EnableConfigServer
@SpringBootApplication
public class ConfigApplication {

    public static void main(String[] args) {
        SpringApplication.run(ConfigApplication.class, args);
    }

}
最近下载更多
y1214435276  LV9 10月22日
徐万强  LV9 2023年12月12日
iceboard  LV2 2023年2月26日
  LV6 2022年12月6日
2317696509  LV6 2022年9月2日
樊樊樊樊樊樊阵雨  LV18 2022年8月17日
qianyunjie  LV8 2022年5月30日
x646936674  LV10 2022年3月5日
夕阳2266  LV10 2021年11月25日
最近浏览更多
WenMeng  LV8 12月2日
y2471032  LV14 10月25日
oldfox  LV19 10月22日
徐万强  LV9 2023年12月12日
流连瓦盖法  LV7 2023年11月29日
XNDIC522 2023年11月6日
暂无贡献等级
Rd_s20192753 2023年7月31日
暂无贡献等级
lichengai  LV7 2023年7月4日
随便取个名字_哈哈  LV27 2023年5月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友