06 2019 档案

摘要:https://blog.csdn.net/u012303775/article/details/81409652 阅读全文
posted @ 2019-06-20 08:53 [浪子回头] 阅读(228) 评论(0) 推荐(0)
摘要:用的是springboot2.0,然后XXXRepository.findOne各种报错,各种不行,上网搜都说改回springboot1.5就好了。 这哪行,直接用XXXRepository.findById(id).get();代替就行了 阅读全文
posted @ 2019-06-08 21:36 [浪子回头] 阅读(2016) 评论(0) 推荐(3)
摘要:1.在pom.xml的<dependencies></dependencies>标签中中加入以下依赖 2.把resource包下的application.properties复制一份再粘贴名字改成application.yml,加入以下内容 我的数据库密码是123456,数据库名是mybatis 阅读全文
posted @ 2019-06-07 09:57 [浪子回头] 阅读(73172) 评论(2) 推荐(5)
摘要:Mapper接口的方法的参数没有加:@Param("xxx")注解,或者是xxx写不对 阅读全文
posted @ 2019-06-06 22:31 [浪子回头] 阅读(476) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/liming_0820/article/details/80878168 阅读全文
posted @ 2019-06-06 22:25 [浪子回头] 阅读(480) 评论(0) 推荐(0)
摘要:http://www.importnew.com/18872.html 阅读全文
posted @ 2019-06-04 12:09 [浪子回头] 阅读(166) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_32131937/article/details/87905944 阅读全文
posted @ 2019-06-01 19:50 [浪子回头] 阅读(3610) 评论(0) 推荐(0)