springCloud集成常⽤组件(持续更新)
⼀,springCloud集成eureka,搭建注册中⼼
踩坑点:
1,l中各个依赖冲突问题;
2,eureka.client.fetchRegistry=false
#如果为true,启动时报警
⼆,springCloud集成eureka,mysql,mybatis,activeMq,redis
代码地址;
踩坑点:
1,引⼊mybatis后,报错提⽰不到对应的Mapper实现⽅法。
解决⽅法:启动类中没有添加mapperScan()注解;
2,dataService发送mq消息后,interface收到消息,但是报错,提⽰spring framework组件
Caused by: javax.jms.InvalidDestinationException: Cannot determine response destination: Request message does not contain reply-to destination, and no default response destination set.解决⽅法:暂⽆(待解决)
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论