Commons SpringBoot Parent Persistence

Maven parent project for all hdsdi3g' SpringBoot modules with persistence

Лицензия

Лицензия

Группа

Группа

tv.hd3g.commons
Идентификатор

Идентификатор

parent-persistence
Последняя версия

Последняя версия

2.3.7.RELEASE-2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Commons SpringBoot Parent Persistence
Maven parent project for all hdsdi3g' SpringBoot modules with persistence
Ссылка на сайт

Ссылка на сайт

https://github.com/hdsdi3g/commons
Организация-разработчик

Организация-разработчик

hd3g.tv

Скачать parent-persistence

Имя Файла Размер
parent-persistence-2.3.7.RELEASE-2.pom 954 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
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 Необязательный 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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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