<dependency>
<groupId>io.gitee.dqcer</groupId>
<artifactId>mcdull-framework-starter-web</artifactId>
<version>0.1.1-RELEASE</version>
</dependency>
libraryDependencies += "io.gitee.dqcer" % "mcdull-framework-starter-web" % "0.1.1-RELEASE"
@Grapes(
@Grab(group='io.gitee.dqcer', module='mcdull-framework-starter-web', version='0.1.1-RELEASE')
)
<dependency org="io.gitee.dqcer" name="mcdull-framework-starter-web" rev="0.1.1-RELEASE" />
<parent> <groupId>io.gitee.dqcer</groupId> <artifactId>mcdull-framework-starters</artifactId> <version>0.1.1-RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-undertow
|-- com.baomidou:mybatis-plus-extension
|-- org.slf4j:log4j-over-slf4j
provided
|-- io.gitee.dqcer:mcdull-framework-starter-security
|-- org.springframework:spring-context
|-- io.gitee.dqcer:mcdull-framework-base
|-- io.gitee.dqcer:mcdull-framework-starter-redis