j

jdbi-spring-boot-starter

This is a Spring Boot Starter for auto creating Jdbi and SqlObject
https://github.com/pierredavidbelanger/jdbi-spring-boot-starter
Apache License, Version 2.0
Pierre-David Bélanger
文件下载
文件名 操作
jdbi-spring-boot-starter-1.3.0.jar 下载
jdbi-spring-boot-starter-1.3.0.pom 下载
jdbi-spring-boot-starter-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ca.pjer</groupId>
  <artifactId>jdbi-spring-boot-starter</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'ca.pjer:jdbi-spring-boot-starter:1.3.0'
Gradle Kotlin
implementation("ca.pjer:jdbi-spring-boot-starter:1.3.0")
Scala SBT
libraryDependencies += "ca.pjer" % "jdbi-spring-boot-starter" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='ca.pjer', module='jdbi-spring-boot-starter', version='1.3.0')
)
Apache Ivy
<dependency org="ca.pjer" name="jdbi-spring-boot-starter" rev="1.3.0" />
Leiningen
[ca.pjer/jdbi-spring-boot-starter "1.3.0"]
Apache Buildr
'ca.pjer:jdbi-spring-boot-starter:jar:1.3.0'