spring boot mybaits dao层配置
Posted 啦啦拉扎尔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot mybaits dao层配置相关的知识,希望对你有一定的参考价值。
可以使用三种注解来引入DAO层的接口到spring容器中。1.@Mapper,写在每一个DAO层接口上,如下: @Mapper public interface UserDAO public User find(@Param("name") String name, @Param("passwo
以上是关于spring boot mybaits dao层配置的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not fo