License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.jeecgframework |
ArtifactId | ArtifactIdminidao-spring-boot-starter |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/ -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-spring-boot-starter</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/
implementation 'org.jeecgframework:minidao-spring-boot-starter:1.9.0'
// https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/
implementation ("org.jeecgframework:minidao-spring-boot-starter:1.9.0")
'org.jeecgframework:minidao-spring-boot-starter:jar:1.9.0'
<dependency org="org.jeecgframework" name="minidao-spring-boot-starter" rev="1.9.0">
<artifact name="minidao-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecgframework', module='minidao-spring-boot-starter', version='1.9.0')
)
libraryDependencies += "org.jeecgframework" % "minidao-spring-boot-starter" % "1.9.0"
[org.jeecgframework/minidao-spring-boot-starter "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.6.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.6 |
org.jeecgframework : minidao-pe | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java Optional | jar | 8.0.28 |
com.alibaba : druid Optional | jar | 1.1.9 |