
问题记录
Gedia
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git问题 Could not read from remote repository
git 报错: Could not read from remote repository如图解决方法: 如图 解决方法: 切换网络,重试。这种问题一般针对于广域网用户。 重新生成ssh公钥,添加到gitHub或gitLab。 特此记录 ...原创 2019-03-07 16:35:12 · 370 阅读 · 0 评论 -
spring-boot 错误日志之 rg.springframework.beans.facory.UnsatisfiedDependencyException:Error creating bean
最近在学习spring-boot 自己搭建项目启动时报错Erro creating bean with name ‘xxxController’ 。 异常图: 我们在开始往下看console打印: 很明显了吧。原因是在mapper的xml文件中 insert中的条件类型单词拼错造成。 请参考springboot下mybatis运行原理。 ...原创 2019-03-12 10:36:52 · 1051 阅读 · 0 评论