42 Jarb Spring Boot Starter

Spring boot starter for Jarb

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

jarb-spring-boot-starter
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

42 Jarb Spring Boot Starter
Spring boot starter for Jarb
Project Organization

Project Organization

42 BV
Source Code Management

Source Code Management

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

Download jarb-spring-boot-starter

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter Optional jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-starter-web Optional jar
org.springframework.boot : spring-boot-starter-security Optional jar
org.springframework.boot : spring-boot-starter-data-jpa Optional jar
nl.42 : jarb jar 5.3.1

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.hsqldb : hsqldb jar 2.4.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0
1.0.0