is not current version
Last Version 1.0.1.8.RELEASE

com.github.luues.boot:spring-boot-starter-jdbc-plus 1.0.0.9.RELEASE

对spring JdbcTemplate 封装的一个支持Lambda表达式的jdbc操作类

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.luues.boot
ArtifactId

ArtifactId

spring-boot-starter-jdbc-plus
Version

Version

1.0.0.9.RELEASE
Type

Type

jar

Download spring-boot-starter-jdbc-plus 1.0.0.9.RELEASE


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