License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.fuqssi.boot |
ArtifactId | ArtifactIdfuqssi-boot-data |
Last Version | Last Version1.5.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfuqssi-boot-data
Provide JPA, Hibernate, Druid and mysql
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-data/ -->
<dependency>
<groupId>com.fuqssi.boot</groupId>
<artifactId>fuqssi-boot-data</artifactId>
<version>1.5.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-data/
implementation 'com.fuqssi.boot:fuqssi-boot-data:1.5.6.RELEASE'
// https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-data/
implementation ("com.fuqssi.boot:fuqssi-boot-data:1.5.6.RELEASE")
'com.fuqssi.boot:fuqssi-boot-data:jar:1.5.6.RELEASE'
<dependency org="com.fuqssi.boot" name="fuqssi-boot-data" rev="1.5.6.RELEASE">
<artifact name="fuqssi-boot-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fuqssi.boot', module='fuqssi-boot-data', version='1.5.6.RELEASE')
)
libraryDependencies += "com.fuqssi.boot" % "fuqssi-boot-data" % "1.5.6.RELEASE"
[com.fuqssi.boot/fuqssi-boot-data "1.5.6.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.5.6.RELEASE |
org.hibernate : hibernate-java8 | jar | 5.0.12.Final |
com.alibaba : druid | jar | 1.1.2 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.6.RELEASE |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.43 |