Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

domaframework/spring-boot-jpetstore

Repository files navigation

JPet Store Sample Java CI with Gradle

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