JaRB Spring Boot Starter
The Jarb project: https://github.com/42BV/jarb
Features
- Adds a
BeanConstraintControllerto theApplicationContext. - Adds a
HibernatePropertiesCustomizerto theApplicationContextto set thejavax.persistence.validation.factoryhibernate property to the configuredLocalValidatorFactoryBean.
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>