<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-extension</artifactId>
<version>3.0-gamma</version>
</dependency>
@Grapes(
@Grab(group='com.baomidou', module='mybatis-plus-extension', version='3.0-gamma')
)
compile
|-- com.baomidou:mybatis-plus-core:3.0-gamma
|-- org.mybatis:mybatis-spring:1.3.2
provided
|-- org.springframework:spring-context-support:4.3.5.RELEASE
|-- org.springframework:spring-jdbc:4.3.5.RELEASE
|-- javax.servlet:javax.servlet-api:4.0.1
|-- org.slf4j:slf4j-api:1.7.25
test
|-- org.projectlombok:lombok:1.16.20
|-- org.mockito:mockito-all:1.10.19
|-- junit:junit:4.12
|-- org.springframework:spring-web:4.3.5.RELEASE
|-- org.springframework:spring-test:4.3.5.RELEASE
|-- com.alibaba:fastjson:1.2.37
|-- org.apache.commons:commons-dbcp2:2.1.1
|-- org.apache.tomcat:tomcat-jdbc:9.0.2
|-- com.microsoft.sqlserver:sqljdbc4:4.0
|-- org.postgresql:postgresql:9.4.1212