| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.dreamroute |
| ArtifactId | ArtifactIdsqlprinter-spring-boot-starter |
| Last Version | Last Version2.2.8-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsqlprinter-spring-boot-starter
print sql use real value replace '?' in sql fragment.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>sqlprinter-spring-boot-starter</artifactId>
<version>2.2.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/
implementation 'com.github.dreamroute:sqlprinter-spring-boot-starter:2.2.8-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/sqlprinter-spring-boot-starter/
implementation ("com.github.dreamroute:sqlprinter-spring-boot-starter:2.2.8-RELEASE")
'com.github.dreamroute:sqlprinter-spring-boot-starter:jar:2.2.8-RELEASE'
<dependency org="com.github.dreamroute" name="sqlprinter-spring-boot-starter" rev="2.2.8-RELEASE">
<artifact name="sqlprinter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='sqlprinter-spring-boot-starter', version='2.2.8-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "sqlprinter-spring-boot-starter" % "2.2.8-RELEASE"
[com.github.dreamroute/sqlprinter-spring-boot-starter "2.2.8-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.5.7 |
| cn.hutool : hutool-all | jar | 5.4.2 |
| com.github.dreamroute : mybatis-pro-base | jar | 1.5.7 |
| org.springframework.boot : spring-boot-starter Optional | jar | 2.3.2.RELEASE |
| org.projectlombok : lombok | jar | 1.18.12 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.2.RELEASE |
| com.github.jsqlparser : jsqlparser | jar | 4.0 |
| org.apache.commons : commons-lang3 | jar | 3.11 |