<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>2.3.1</version>
</dependency>
compile
|-- com.baomidou:mybatis-plus-support:2.3.1
|-- com.github.jsqlparser:jsqlparser:1.1
|-- org.mybatis:mybatis-spring:1.3.2
|-- org.springframework:spring-context-support:4.3.5.RELEASE
|-- org.springframework:spring-jdbc:4.3.5.RELEASE
test
|-- javax.servlet:servlet-api:2.5
|-- org.mybatis.caches:mybatis-ehcache:1.1.0
|-- ch.qos.logback:logback-classic:1.2.2
|-- junit:junit:4.12
|-- org.apache.commons:commons-dbcp2:2.1.1
|-- com.microsoft.sqlserver:sqljdbc4:4.0
|-- org.postgresql:postgresql:9.4.1212
|-- com.oracle:ojdbc14:10.2.0.5.0
|-- mysql:mysql-connector-java:5.1.38
|-- org.slf4j:slf4j-api:1.7.25
|-- org.springframework:spring-test:4.3.5.RELEASE
|-- org.springframework:spring-webmvc:4.3.5.RELEASE
|-- org.aspectj:aspectjweaver:1.8.9
|-- org.projectlombok:lombok:1.16.16