Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ffch |
ArtifactId | ArtifactIdjpa-mapper-spring-boot-example |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionjpa-mapper-spring-boot-example
Demo project for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-example/ -->
<dependency>
<groupId>com.github.ffch</groupId>
<artifactId>jpa-mapper-spring-boot-example</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-example/
implementation 'com.github.ffch:jpa-mapper-spring-boot-example:1.2'
// https://jarcasting.com/artifacts/com.github.ffch/jpa-mapper-spring-boot-example/
implementation ("com.github.ffch:jpa-mapper-spring-boot-example:1.2")
'com.github.ffch:jpa-mapper-spring-boot-example:jar:1.2'
<dependency org="com.github.ffch" name="jpa-mapper-spring-boot-example" rev="1.2">
<artifact name="jpa-mapper-spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffch', module='jpa-mapper-spring-boot-example', version='1.2')
)
libraryDependencies += "com.github.ffch" % "jpa-mapper-spring-boot-example" % "1.2"
[com.github.ffch/jpa-mapper-spring-boot-example "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
mysql : mysql-connector-java | jar | |
com.alibaba : druid | jar | 1.1.9 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.1 |
com.github.ffch : jpa-mapper-spring-boot-starter | jar | |
javax.persistence : persistence-api | jar | 1.0 |