spring-boot-jpetstore
spring-boot-jpetstore copied to clipboard
A sample web application built on Doma 2 and Spring Boot.
JPet Store Sample 
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.
Clone
git clone https://github.com/domaframework/spring-boot-jpetstore.git
Run
cd spring-boot-jpetstore
./gradlew bootRun
Access
http://localhost:8080/
Edit
IntelliJ IDEA
Import this sample as a Gradle project.
Eclipse
Generate all Eclipse files with Gradle.
./gradlew eclipse