License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.xphsc.boot |
ArtifactId | ArtifactIdeasyjdbc-spring-boot-starter |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-Boot Starter for easyjdbc support
|
<!-- https://jarcasting.com/artifacts/cn.xphsc.boot/easyjdbc-spring-boot-starter/ -->
<dependency>
<groupId>cn.xphsc.boot</groupId>
<artifactId>easyjdbc-spring-boot-starter</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc.boot/easyjdbc-spring-boot-starter/
implementation 'cn.xphsc.boot:easyjdbc-spring-boot-starter:2.1.0'
// https://jarcasting.com/artifacts/cn.xphsc.boot/easyjdbc-spring-boot-starter/
implementation ("cn.xphsc.boot:easyjdbc-spring-boot-starter:2.1.0")
'cn.xphsc.boot:easyjdbc-spring-boot-starter:jar:2.1.0'
<dependency org="cn.xphsc.boot" name="easyjdbc-spring-boot-starter" rev="2.1.0">
<artifact name="easyjdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc.boot', module='easyjdbc-spring-boot-starter', version='2.1.0')
)
libraryDependencies += "cn.xphsc.boot" % "easyjdbc-spring-boot-starter" % "2.1.0"
[cn.xphsc.boot/easyjdbc-spring-boot-starter "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.3.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 1.5.3.RELEASE |
cn.xphsc : easyjdbc | jar | 2.1.0 |
cn.xphsc.boot : easyjdbc-spring-boot-autoconfigure | jar | 2.1.0 |