/springboot-custom-validator-annotation

This example includes to create custom validator annotation in spring boot application and validate that for user input.

Primary LanguageJava

springboot-custom-validator-annotation

License

Minimal Spring Boot sample app.

This example includes to create custom validator annotation in spring boot application and validate that for user input.

Requirements

For building and running the application you need:

Clone the application

git clone https://github.com/deepak-kumbhar/springboot-custom-validator-annotation.git

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.drools.example.SpringDroolsApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run