随笔分类 - Java.SpringCloud
摘要:在我用STS导入一个SpringCloud工程后,启动Application类,出现如下错误: org.springframework.context.ApplicationContextException:Failed to start bean 'eurekaAutoServiceRegstra
阅读全文
摘要:本例基于SpringBoot 2.5.5,不保证其它版本的适用性。 例程:https://files.cnblogs.com/files/heyang78/simpleSpringCloudServer_210926.rar 重要设置: pom.xml: <?xml version="1.0" en
阅读全文
摘要:The get method of EmpControl Visit url and it's returned value --END-- 2019年8月24日21点09分
阅读全文
摘要:MicroService Provider:https://files.cnblogs.com/files/xiandedanteng/empCloud190824.rarMicroService Consumer:https://files.cnblogs.com/files/xiandedant
阅读全文
摘要:When runung a SpringBoot demo, I got a error as following: After I add a annotation "@Service" to the class com.hy.empCloud.EmpService, the error was
阅读全文
摘要:在application.properties中添加以下两句话: eureka.client.register-with-eureka=falseeureka.client.fetch-registry=false 这是为了禁用Eureka它的客户端注册行为。 这下控制台看起来就不闹心了: 要不像原
阅读全文