<dependency>
<groupId>io.gitee.lyf20200320</groupId>
<artifactId>fast-common-mybatis-plus</artifactId>
<version>1.3</version>
</dependency>
@Grapes(
@Grab(group='io.gitee.lyf20200320', module='fast-common-mybatis-plus', version='1.3')
)
<parent> <groupId>io.gitee.lyf20200320</groupId> <artifactId>fast-common</artifactId> <version>1.3</version> </parent>
compile
|-- io.gitee.lyf20200320:fast-common-base
|-- io.gitee.lyf20200320:fast-common-redis
|-- io.gitee.lyf20200320:fast-common-sa-token
|-- com.baomidou:mybatis-plus-boot-starter
|-- org.springframework:spring-webmvc
|-- javax.servlet:javax.servlet-api
runtime