springCloud集成常用组件(持续更新)

Posted 戈壁飞翔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springCloud集成常用组件(持续更新)相关的知识,希望对你有一定的参考价值。

一,springCloud集成eureka,搭建注册中心

代码地址:https://github.com/gebifeixiang/eureka-center

踩坑点:

1,pom.xml中各个依赖冲突问题;
2,eureka.client.fetchRegistry=false

#如果为true,启动时报警

 

二,springCloud集成eureka,mysql,mybatis,activeMq,redis

代码地址;

数据处理服务层;https://github.com/gebifeixiang/dataservice

对外接口层:https://github.com/gebifeixiang/interface

踩坑点:

1,引入mybatis后,报错提示找不到对应的Mapper实现方法。
解决方法:启动类中没有添加mapperScan()注解;
2,dataService发送mq消息后,interface收到消息,但是报错,提示
Caused by: javax.jms.InvalidDestinationException: Cannot determine response destination: Request message does not contain reply-to destination, and no default response destination set.

解决方法:暂无(待解决)

 

以上是关于springCloud集成常用组件(持续更新)的主要内容,如果未能解决你的问题,请参考以下文章

Jenkins+Docker+SpringCloud微服务持续集成(中)

Jenkins—— Jenkins+Docker+SpringCloud微服务持续集成项目优化和集群

Form组件常用校验规则-2(持续更新中~)

Jenkins—— Jenkins+Docker+SpringCloud微服务持续集成

Jenkins+Docker+SpringCloud微服务持续集成(上)

Jenkins+Docker+SpringCloud微服务持续集成(下)