Skip to content

federicodiaz1/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

About

A sample web application built on Doma 2 and Spring Boot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.0%
  • HTML 26.8%
  • CSS 4.9%
  • Kotlin 2.3%