文件名 | 操作 |
---|---|
sqlprinter-2.0.2-RELEASE.pom | 下载 |
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>sqlprinter</artifactId>
<version>2.0.2-RELEASE</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter', version='2.0.2-RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.2.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-configuration-processor
test