License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.github.hdy10 |
ArtifactId | ArtifactIdboot-jdbc |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionboot-jdbc
基于springboot的jdbcTemplate简单封装
|
Filename | Size |
---|---|
boot-jdbc-2.0.1.pom | |
boot-jdbc-2.0.1.jar | 38 KB |
boot-jdbc-2.0.1-sources.jar | 20 KB |
boot-jdbc-2.0.1-javadoc.jar | 161 KB |
Browse |
<!-- 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"]
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 |