注册中心集成

依赖

如需使用注册中心,则需要依赖配置中心相关的starter依赖,maven依赖如下

<dependency>
    <groupId>cn.sunline.edspgroupId>
    <artifactId>edsp-cloud-starter-nacos-discoveryartifactId>
    <version>{
    { book.ver }}version>
dependency>

使用

集成注册中心,需要在SpringBoot启动类上加上 @EnableDiscoveryClient 注解即可,如下

注册中心集成_第1张图片

你可能感兴趣的:(springboot,spring,boot,spring,cloud,java)