<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>sqlprinter-spring-boot-starter</artifactId>
<version>2.2.8-RELEASE</version>
</dependency>
libraryDependencies += "com.github.dreamroute" % "sqlprinter-spring-boot-starter" % "2.2.8-RELEASE"
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter-spring-boot-starter', version='2.2.8-RELEASE')
)
<dependency org="com.github.dreamroute" name="sqlprinter-spring-boot-starter" rev="2.2.8-RELEASE" />
compile
|-- cn.hutool:hutool-all:5.4.2
|-- com.github.dreamroute:mybatis-pro-base:1.5.7
|-- org.springframework.boot:spring-boot-starter:2.3.2.RELEASE
|-- org.projectlombok:lombok:1.18.12
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE