
springcloud
goxingman
这个作者很懒,什么都没留下…
展开
-
往nacos注册时怎么设置为指定网段地址
打开配置文件,在里面加上下面配置。原创 2023-09-26 14:28:47 · 473 阅读 · 0 评论 -
SpringCloud在idea中一键启动项目
2、重启idea,就会在下面出现service或者dashboard。3、可以去下图这里设置启动顺序,拖动即可修改顺序。原创 2023-09-13 10:32:24 · 1488 阅读 · 0 评论 -
springcloud配置中心client报错 Could not resolve placeholder ‘eureka.client.serviceUrl.defaultZone‘ in valu
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configClientController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'eureka.clie.原创 2020-08-28 15:00:48 · 2548 阅读 · 2 评论 -
feign-hystrix 报错org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bea
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController': Unsatisfied dependency expressed through field 'iProductClientService'; nested exception is org.springframework.beans.factory.BeanCreationE原创 2020-08-27 10:45:23 · 465 阅读 · 1 评论 -
feign-hystrix 报错A bean with that name has already been defined in null and overriding is disabled.
Description:The bean 'WXMCLOUD-PROVIDER-PRODUCT.FeignClientSpecification', defined in null, could not be registered. A bean with that name has already been defined in null and overriding is disabled.Action:Consider renaming one of the beans or enabl.原创 2020-08-27 10:42:30 · 561 阅读 · 0 评论 -
记一个spring-boot-starter-security消费者访问不到的大坑
先写一下流程:1、服务提供端pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>ymlspring: security:原创 2020-08-25 14:47:53 · 969 阅读 · 0 评论