<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>3.0.2</version>
</dependency>
compile
|-- com.baomidou:mybatis-plus-annotation:3.0.2
|-- com.github.jsqlparser:jsqlparser:1.2
|-- org.mybatis:mybatis-spring:1.3.2
provided
|-- org.springframework:spring-aop:4.3.5.RELEASE
|-- org.springframework:spring-tx:4.3.5.RELEASE
test
|-- org.projectlombok:lombok:1.16.20
|-- org.mockito:mockito-all:1.10.19
|-- junit:junit:4.12
|-- org.mybatis.caches:mybatis-ehcache:1.1.0
|-- ch.qos.logback:logback-classic:1.2.2
|-- org.apache.commons:commons-dbcp2:2.1.1
|-- org.aspectj:aspectjweaver:1.8.9