文章分类 - cloud
摘要:只需要使用@EnableEurekaServer注解就可以让应用变为Eureka服务器,这是因为spring boot封装了Eureka Server,让你可以嵌入到应用中直接使用。至于真正的EurekaServer是Netflix公司的开源项目,也是可以单独下载使用的用Ribbon或者Feign做
阅读全文
摘要:过滤器实现1 @SpringBootApplication(scanBasePackages="cn.com.xmh") public class EurekaTest { public static void main(String[] args) { SpringApplication.run(
阅读全文
摘要:********* 服务消费者 @SpringBootApplication @EnableDiscoveryClient @EnableFeignClients @RibbonClient(name = "hello-service", configuration = TestConfigurat
阅读全文

浙公网安备 33010602011771号