@EnableEurekaServer
:开启注册中心服务器的功能。
@EnableDiscoveryClient
: 开启发现注册中心服务器的功能。Eureka、Consul、Zookeeper、ETCD等服务都可由此来发现
@EnableEurekaClient
: 开启发现注册中心服务器的功能。注解是基于spring-cloud-netflix依赖,只能为Eureka作用
如果你的classpath中添加了eureka,则它们的作用是一样的
@EnableConfigServer
:开启Spring Cloud Config 服务端功能
spring.application.name:配置应用名称,在注册中心中显示的服务注册名称。
spring.cloud.client.ipAddress:获取客户端的IP地址。