boot-jdbc

基于springboot的jdbcTemplate简单封装

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

com.github.hdy10
ArtifactId

ArtifactId

boot-jdbc
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download boot-jdbc

How to add to project

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

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.

Versions

Version
2.0.2
2.0.1