This sample shows how easy to integrate Doma with Spring Boot .
Besides, this sample is useful as a reference to combine the following libraries:
- Spring Security
- Thymeleaf
- Hibernate Validator
You need Java 11 or later to build and run this sample.
git clone https://github.com/domaframework/spring-boot-jpetstore.git
cd spring-boot-jpetstore
./gradlew bootRun
http://localhost:8080/
Import this sample as a Gradle project.
Generate all Eclipse files with Gradle.
./gradlew eclipse