is not current version
Last Version 2.0.2

boot-jdbc 2.0.1

基于springboot的jdbcTemplate简单封装

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

com.github.hdy10
ArtifactId

ArtifactId

boot-jdbc
Version

Version

2.0.1
Type

Type

jar
Description

Description

boot-jdbc
基于springboot的jdbcTemplate简单封装

Download boot-jdbc 2.0.1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.0.2.RELEASE
mysql : mysql-connector-java jar 5.1.46
org.springframework.boot : spring-boot-starter-jdbc jar 2.0.2.RELEASE
com.alibaba : druid jar 1.0.19
org.projectlombok : lombok jar 1.18.6
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.