<dependency>
<groupId>io.gitee.dqcer</groupId>
<artifactId>mcdull-framework-starter-mysql</artifactId>
<version>0.1.2-RELEASE</version>
</dependency>
libraryDependencies += "io.gitee.dqcer" % "mcdull-framework-starter-mysql" % "0.1.2-RELEASE"
@Grapes(
@Grab(group='io.gitee.dqcer', module='mcdull-framework-starter-mysql', version='0.1.2-RELEASE')
)
<dependency org="io.gitee.dqcer" name="mcdull-framework-starter-mysql" rev="0.1.2-RELEASE" />
<parent> <groupId>io.gitee.dqcer</groupId> <artifactId>mcdull-framework-starters</artifactId> <version>0.1.2-RELEASE</version> </parent>
compile
|-- com.alibaba:druid-spring-boot-starter
|-- mysql:mysql-connector-java
|-- com.baomidou:mybatis-plus-boot-starter
provided
|-- org.springframework:spring-jdbc
|-- org.springframework.boot:spring-boot
|-- org.springframework:spring-webmvc