SpringBoot和Mybatis结合原理
摘要:
今天来试试mybatis新的写法,0配置文件 代码可以这么写 package com.cnsuning.com.mapper; public interface UserMapper { @Select("SELECT * FROM users") @Results({ @Result(proper 阅读全文
posted @ 2021-02-27 16:57 MaXianZhe 阅读(225) 评论(0) 推荐(0)