07 2020 档案

摘要:@org.springframework.context.annotation.Configuration@MapperScan(basePackages = {"xxx.xxx.xxx"})public class MybatisPlusConfig { @Bean public Configur 阅读全文
posted @ 2020-07-28 18:44 会游泳的小猪 阅读(1274) 评论(0) 推荐(0)
摘要:CanalClientException: java.io.IOException: end of stream when reading header defined in com.xpand.starter.canal.config.CanalClientConfiguration: Bean 阅读全文
posted @ 2020-07-27 11:20 会游泳的小猪 阅读(3832) 评论(0) 推荐(0)
摘要:本人遇到侧类问题,排查很长时间,发现没有负责注册的那个nacos的类: NacosServiceRegistry发觉这个类是在 spring-cloud-starter-alibaba-nacos-discovery jar包里面的然后发觉自己pom.xml文件没有把此包引用进来,引用进来就搞定了。 阅读全文
posted @ 2020-07-10 10:52 会游泳的小猪 阅读(5040) 评论(0) 推荐(1)
摘要:mybatis.mapperLocations=classpath:mapping/apis/*.xml,classpath*:mapping/item/*.xml被引用工程的mybatis xml 位于:resources/mapping/apis引用方的工程mybatis xml 位于:reso 阅读全文
posted @ 2020-07-03 16:39 会游泳的小猪 阅读(197) 评论(0) 推荐(0)
摘要:No provider available for the service seckill.com.seckilldubbo.service.UserService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.R 阅读全文
posted @ 2020-07-01 11:32 会游泳的小猪 阅读(560) 评论(0) 推荐(0)