spring-boot与druid、mybatis集成(包括pageHelper分页插件), 要添加以下几个依赖项:
compile('mysql:mysql-connector-java:6.0.5') compile('tk.mybatis:mapper-spring-boot-starter:1.1.1') compile('org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.0') compile('com.github.pagehelper:pagehelper-spring-boot-starter:1.1.1') compile('com.alibaba:druid:1.0.28')
一、