All Projects → domaframework → spring-boot-jpetstore

domaframework / spring-boot-jpetstore

Licence: Apache-2.0 license
A sample web application built on Doma 2 and Spring Boot.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects
kotlin
9241 projects

Projects that are alternatives of or similar to spring-boot-jpetstore

react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
Stars: ✭ 25 (+47.06%)
Mutual labels:  sample
AndroidMVVMExample
Sample project for the https://stfalcon.com/en/blog/post/android-mvvm blogpost
Stars: ✭ 23 (+35.29%)
Mutual labels:  sample
cloud-mdk-tutorial-samples
Sample from the SAP mobile development kit tutorials demonstrating various components and features of the MDK in the context of an enterprise mobile solution.
Stars: ✭ 16 (-5.88%)
Mutual labels:  sample
velero-plugin-example
Example project for plugins for Velero, a Kubernetes disaster recovery utility
Stars: ✭ 45 (+164.71%)
Mutual labels:  sample
pxt-holidays
A Holiday Card sample target embedding PXT inside a React web app
Stars: ✭ 32 (+88.24%)
Mutual labels:  sample
hana-shine
SAP HANA INteractive Education (SHINE) is an education content to learn, develop and deploy SAP HANA Application Services (XS Engine) based applications within the SAP HANA Platform
Stars: ✭ 89 (+423.53%)
Mutual labels:  sample
cloud-workflow-samples
Workflow sample projects as reference content. Users can download and import the content of this project to their tenant to understand and learn how to consume workflow.
Stars: ✭ 52 (+205.88%)
Mutual labels:  sample
CameraX-Samples
No description or website provided.
Stars: ✭ 23 (+35.29%)
Mutual labels:  sample
NetCoreWithDocker
Tutorial with samples about how to setup .Net Core with Docker
Stars: ✭ 20 (+17.65%)
Mutual labels:  sample
firebase-chat-sample
A sample app that shows basic usage of Firebase Auth and Database in form of a very simple chat hub app
Stars: ✭ 21 (+23.53%)
Mutual labels:  sample
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (+117.65%)
Mutual labels:  sample
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (+94.12%)
Mutual labels:  sample
vercel-examples
📦 Example projects using Vercel platform. Using Node.js, PHP and others.
Stars: ✭ 205 (+1105.88%)
Mutual labels:  sample
pagila
PostgreSQL Sample Database
Stars: ✭ 46 (+170.59%)
Mutual labels:  sample
kotlet
Just another Kotlin sample Android application which uses MVP architecture, Dagger2, Retrofit + Okhttp, RxJava etc.. plus some docs I've collected
Stars: ✭ 27 (+58.82%)
Mutual labels:  sample
btp-workflow-management-opensap
This repository contain the exercises for the openSAP course "Improve Business Processes with SAP Workflow Management."
Stars: ✭ 30 (+76.47%)
Mutual labels:  sample
iot-edge-samples
Showcase of various extension scenarios for SAP IoT Edge, intelligent edge computing software that provides "microservices at the edge" for Internet of Things (IoT).
Stars: ✭ 16 (-5.88%)
Mutual labels:  sample
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (+158.82%)
Mutual labels:  sample
pdfjs
A sample for showing PDF files in a Xamarin.Forms application with pdf.js
Stars: ✭ 32 (+88.24%)
Mutual labels:  sample
cloud-cap-nodejs-codejam
Material for the CodeJam on SAP Cloud Application Programming Model with Node.js.
Stars: ✭ 76 (+347.06%)
Mutual labels:  sample

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].