Commons SpringBoot Parent Persistence

Maven parent project for all hdsdi3g' SpringBoot modules with persistence

License

License

GroupId

GroupId

tv.hd3g.commons
ArtifactId

ArtifactId

parent-persistence
Last Version

Last Version

2.3.7.RELEASE-2
Release Date

Release Date

Type

Type

pom
Description

Description

Commons SpringBoot Parent Persistence
Maven parent project for all hdsdi3g' SpringBoot modules with persistence
Project URL

Project URL

https://github.com/hdsdi3g/commons
Project Organization

Project Organization

hd3g.tv

Download parent-persistence

How to add to project

<!-- https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/ -->
<dependency>
    <groupId>tv.hd3g.commons</groupId>
    <artifactId>parent-persistence</artifactId>
    <version>2.3.7.RELEASE-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/
implementation 'tv.hd3g.commons:parent-persistence:2.3.7.RELEASE-2'
// https://jarcasting.com/artifacts/tv.hd3g.commons/parent-persistence/
implementation ("tv.hd3g.commons:parent-persistence:2.3.7.RELEASE-2")
'tv.hd3g.commons:parent-persistence:pom:2.3.7.RELEASE-2'
<dependency org="tv.hd3g.commons" name="parent-persistence" rev="2.3.7.RELEASE-2">
  <artifact name="parent-persistence" type="pom" />
</dependency>
@Grapes(
@Grab(group='tv.hd3g.commons', module='parent-persistence', version='2.3.7.RELEASE-2')
)
libraryDependencies += "tv.hd3g.commons" % "parent-persistence" % "2.3.7.RELEASE-2"
[tv.hd3g.commons/parent-persistence "2.3.7.RELEASE-2"]

Dependencies

compile (14)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 2.3.7.RELEASE
mysql : mysql-connector-java jar 8.0.22
tv.hd3g.commons : interfaces jar 1.0.0
ognl : ognl jar 3.2.14
org.springframework.boot : spring-boot-starter-web jar 2.3.7.RELEASE
javax.validation : validation-api jar 2.0.1.Final
org.springframework.boot : spring-boot-starter-validation jar 2.3.7.RELEASE
org.springframework.boot : spring-boot-starter-log4j2 jar 2.3.7.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.7.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.3.7.RELEASE
org.apache.commons : commons-lang3 jar 3.10
org.springframework.hateoas : spring-hateoas jar 1.1.3.RELEASE
commons-codec : commons-codec jar 1.14
org.owasp.encoder : encoder jar 1.2.2

test (6)

Group / Artifact Type Version
tv.hd3g.commons : codepolicyvalidation jar 0.4.0
org.springframework.boot : spring-boot-starter-test jar 2.3.7.RELEASE
org.junit.jupiter : junit-jupiter jar
com.github.javafaker : javafaker jar 1.0.2
org.apache.httpcomponents : httpclient jar 4.5.13
org.apache.commons : commons-text jar 1.9

Project Modules

There are no modules declared in this project.

Commons SpringBoot Parent

Maven parent project for all hdsdi3g' SpringBoot modules

Just add

	<parent>
		<groupId>tv.hd3g.commons</groupId>
		<artifactId>parent</artifactId>
		<version><!-- specify version  --></version>
		<relativePath />
	</parent>

in your pom.xml with the version you want to link from https://github.com/hdsdi3g/parent/releases.

If you need the persistence (JPA/MySQL) tools, use parent-persistence artifactId.

Java CI with Maven

Quality Gate Status

Versions

Version
2.3.7.RELEASE-2
2.3.2.RELEASE-1
2.2.9.RELEASE-2
2.2.9.RELEASE-1
2.1.16.RELEASE-1
2.1.7.RELEASE-9
2.1.7.RELEASE-8
2.1.7.RELEASE-7
2.1.7.RELEASE-6
2.1.7.RELEASE-4
2.1.7.RELEASE-3
2.1.7.RELEASE-2