42 Jarb Spring Boot Starter

Spring boot starter for Jarb

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

nl.42
Идентификатор

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

jarb-spring-boot-starter
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

42 Jarb Spring Boot Starter
Spring boot starter for Jarb
Организация-разработчик

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

42 BV
Система контроля версий

Система контроля версий

https://github.com/42BV/jarb-spring-boot-starter

Скачать jarb-spring-boot-starter

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

<!-- https://jarcasting.com/artifacts/nl.42/jarb-spring-boot-starter/ -->
<dependency>
    <groupId>nl.42</groupId>
    <artifactId>jarb-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/jarb-spring-boot-starter/
implementation 'nl.42:jarb-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/nl.42/jarb-spring-boot-starter/
implementation ("nl.42:jarb-spring-boot-starter:1.1.0")
'nl.42:jarb-spring-boot-starter:jar:1.1.0'
<dependency org="nl.42" name="jarb-spring-boot-starter" rev="1.1.0">
  <artifact name="jarb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='jarb-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "nl.42" % "jarb-spring-boot-starter" % "1.1.0"
[nl.42/jarb-spring-boot-starter "1.1.0"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter Необязательный jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-starter-web Необязательный jar
org.springframework.boot : spring-boot-starter-security Необязательный jar
org.springframework.boot : spring-boot-starter-data-jpa Необязательный jar
nl.42 : jarb jar 5.3.1

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar
org.hsqldb : hsqldb jar 2.4.1

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

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

JaRB Spring Boot Starter

The Jarb project: https://github.com/42BV/jarb

Features

  • Adds a BeanConstraintController to the ApplicationContext.
  • Adds a HibernatePropertiesCustomizer to the ApplicationContext to set the javax.persistence.validation.factory hibernate property to the configured LocalValidatorFactoryBean.

Usage

Add this maven dependency to your project.

<dependency>
    <groupId>nl.42</groupId>
    <artifactId>jarb-spring-boot-starter</artifactId>
    <version>1.1.0</version>
</dependency>
nl.42

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

Версия
1.1.0
1.0.0