Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 585 Bytes

Build Status

example-spring-boot-validation

This is a simple project that makes field validation using spring-boot-starter-validation, web, jpa, h2-database and more!

Run the Project

To run application manually with maven, execute the command bellow:

1. mvn clean 

2. mvn package

3. mvn install

4. mvn spring-boot:run

Enjoy!!!

Or

You can run the project by importing with the IDE your preference

.