spring cloud
文章平均质量分 61
ccubee
初级码农
展开
-
并不流行的 分布式事务 tx-lcn 项目搭建
分布式事务 tx-lcn 搭建原创 2022-07-03 17:14:34 · 314 阅读 · 0 评论 -
Spring Config Server - No such label: master
spring cloud cinfig 配置github 读取配置文件报错github master改为 mainle 需要在配置文件添加spring: cloud: config: server: git: default-label: main默认时master原创 2020-11-23 00:37:54 · 880 阅读 · 0 评论 -
最简单的spring cloud 框架搭建教程
说明 : EnableDiscoveryClient跟 EnableEurekaClient 区别用@EnableDiscoveryClient注解标明后,该微服务会被Eureka-Server扫描找到,这里也可以用@EnableEurekaClient,他们不同在于@EnableEurekaClient只适用于Eureka-Server发现服务,而@EnableDiscoveryClient...原创 2019-10-20 13:10:18 · 378 阅读 · 0 评论 -
SpringCloud 启动"No qualifying bean of type 'javax.servlet.Filter' available"问题
问题 maven仓库问题出现这种情况可能是下面的没有删除下面的relativePath 必须删除 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId&g...原创 2019-10-20 08:46:14 · 7325 阅读 · 6 评论 -
spring boot spring cloud使用简单教程
占坑原创 2018-09-13 08:41:10 · 360 阅读 · 0 评论 -
spring cloud 客户端启动报错
·Destroy method on bean with name ‘scopedTarget.eurekaClient’ threw an exception: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘eurekaInstanceConfig...原创 2018-12-23 15:39:22 · 2568 阅读 · 0 评论 -
srping cloud stream rocketmq
占坑原创 2019-08-01 07:42:51 · 3281 阅读 · 6 评论 -
spring cloud项目搭建 openfign hystrix使用
第一步创建父pom<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://m...原创 2019-04-04 09:01:12 · 532 阅读 · 0 评论