is not current version
Last Version 1.5.7

com.github.hdy10:jdbc-plus-boot-starter 1.2

基于springboot的jdbcTemplate简单封装

GroupId

GroupId

com.github.hdy10
ArtifactId

ArtifactId

jdbc-plus-boot-starter
Version

Version

1.2
Type

Type

jar

Download jdbc-plus-boot-starter 1.2


<!-- https://jarcasting.com/artifacts/com.github.hdy10/jdbc-plus-boot-starter/ -->
<dependency>
    <groupId>com.github.hdy10</groupId>
    <artifactId>jdbc-plus-boot-starter</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hdy10/jdbc-plus-boot-starter/
implementation 'com.github.hdy10:jdbc-plus-boot-starter:1.2'
// https://jarcasting.com/artifacts/com.github.hdy10/jdbc-plus-boot-starter/
implementation ("com.github.hdy10:jdbc-plus-boot-starter:1.2")
'com.github.hdy10:jdbc-plus-boot-starter:jar:1.2'
<dependency org="com.github.hdy10" name="jdbc-plus-boot-starter" rev="1.2">
  <artifact name="jdbc-plus-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hdy10', module='jdbc-plus-boot-starter', version='1.2')
)
libraryDependencies += "com.github.hdy10" % "jdbc-plus-boot-starter" % "1.2"
[com.github.hdy10/jdbc-plus-boot-starter "1.2"]