<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-example-mysql</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
libraryDependencies += "io.github.redick01" % "log-helper-example-mysql" % "1.0.4-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-example-mysql', version='1.0.4-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-example-mysql" rev="1.0.4-RELEASE" />
<parent> <groupId>io.github.redick01</groupId> <artifactId>log-helper-example</artifactId> <version>1.0.4-RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- com.fasterxml.jackson.core:jackson-core:2.11.4
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework.boot:spring-boot-starter-aop
|-- com.baomidou:mybatis-plus-boot-starter:3.5.1
|-- mysql:mysql-connector-java:5.1.18
|-- com.alibaba:druid-spring-boot-starter:1.2.11
|-- io.github.redick01:log-helper-spring-boot-starter-common