第五章 springboot + mybatis springboot集成了springJDBC與JPA,但是沒有集成mybatis,所以想要使用mybatis就要自己去集成。集成方式相當簡單。 1、項目結構 2、pom.xml ...