License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MySQL Data Databases |
GroupId | GroupIdorg.feasy.cloud |
ArtifactId | ArtifactIdmysql-spring-boot-starter |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMySQL+MyBatis+Druid 持久化Starter
|
<!-- https://jarcasting.com/artifacts/org.feasy.cloud/mysql-spring-boot-starter/ -->
<dependency>
<groupId>org.feasy.cloud</groupId>
<artifactId>mysql-spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.feasy.cloud/mysql-spring-boot-starter/
implementation 'org.feasy.cloud:mysql-spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/org.feasy.cloud/mysql-spring-boot-starter/
implementation ("org.feasy.cloud:mysql-spring-boot-starter:1.0-RELEASE")
'org.feasy.cloud:mysql-spring-boot-starter:jar:1.0-RELEASE'
<dependency org="org.feasy.cloud" name="mysql-spring-boot-starter" rev="1.0-RELEASE">
<artifact name="mysql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.feasy.cloud', module='mysql-spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "org.feasy.cloud" % "mysql-spring-boot-starter" % "1.0-RELEASE"
[org.feasy.cloud/mysql-spring-boot-starter "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ulisesbocchio : jasypt-spring-boot-starter | jar | 2.1.2 |
com.baomidou : mybatis-plus-boot-starter | jar | 3.2.0 |
com.alibaba : druid-spring-boot-starter | jar | 1.1.22 |
mysql : mysql-connector-java | jar | 8.0.16 |
com.baomidou : mybatis-plus-generator | jar | 3.2.0 |
org.freemarker : freemarker | jar | 2.3.28 |
org.springframework.boot : spring-boot-starter-data-jdbc | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
p6spy : p6spy | jar | 3.8.7 |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.5.RELEASE |
org.springframework.cloud : spring-cloud-context | jar | |
org.projectlombok : lombok | jar | 1.18.8 |