
mybatis
文章平均质量分 72
AtomDCM
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mybatis 找不到映射器xml文件
错误:Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'positionAuthMapper': Injection of autowired dependencies failed; nested exception is org.sprin...原创 2018-04-09 10:28:44 · 2275 阅读 · 0 评论 -
简单粗暴介绍Mybatis#{}和${}的区别
#{}:占位符,预编译,防sql注入,#{}会加上‘’ ${}:字符串拼接,不是预编译,不防sql注入,${}不加单引号,原样输出原创 2019-09-05 15:10:22 · 114 阅读 · 0 评论