https://github.com/knowledgefactory4u/springboot-mustache-crud
Spring Boot + Mustache + Spring Data JPA Simple CRUD Example
https://github.com/knowledgefactory4u/springboot-mustache-crud
mustache springboot springdatajpa
Last synced: 3 months ago
JSON representation
Spring Boot + Mustache + Spring Data JPA Simple CRUD Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-mustache-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-06-21T19:16:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T19:22:23.000Z (about 3 years ago)
- Last Synced: 2025-03-25T17:23:35.554Z (3 months ago)
- Topics: mustache, springboot, springdatajpa
- Language: Java
- Homepage: https://www.knowledgefactory.net/2021/09/spring-boot-mustache-jpa-crud-example.html
- Size: 20.5 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot + Mustache Template + Spring Data JPA CRUD Example
# User Interface
# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
# Backend
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
# From the browser call the endpoint http://localhost:8080