License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcn.sexycode |
ArtifactId | ArtifactIdmyjpa-spring-boot-autoconfigure |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe plugin for mybatis to handle jpa.
|
<!-- https://jarcasting.com/artifacts/cn.sexycode/myjpa-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>myjpa-spring-boot-autoconfigure</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-spring-boot-autoconfigure/
implementation 'cn.sexycode:myjpa-spring-boot-autoconfigure:0.0.4'
// https://jarcasting.com/artifacts/cn.sexycode/myjpa-spring-boot-autoconfigure/
implementation ("cn.sexycode:myjpa-spring-boot-autoconfigure:0.0.4")
'cn.sexycode:myjpa-spring-boot-autoconfigure:jar:0.0.4'
<dependency org="cn.sexycode" name="myjpa-spring-boot-autoconfigure" rev="0.0.4">
<artifact name="myjpa-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='myjpa-spring-boot-autoconfigure', version='0.0.4')
)
libraryDependencies += "cn.sexycode" % "myjpa-spring-boot-autoconfigure" % "0.0.4"
[cn.sexycode/myjpa-spring-boot-autoconfigure "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.0.RELEASE |
org.springframework : spring-orm | jar | 5.2.6.RELEASE |
cn.sexycode : spring-orm-myjpa | jar | 0.0.4 |
org.springframework.data : spring-data-jpa Optional | jar | 2.3.0.RELEASE |
cn.sexycode : spring-data-myjpa Optional | jar | 0.0.4 |