https://github.com/knowledgefactory4u/springboot-jersey-hibernate-crud
Spring Boot + Jersey + Spring Data JPA Build REST CRUD APIs Example
https://github.com/knowledgefactory4u/springboot-jersey-hibernate-crud
Last synced: 4 months ago
JSON representation
Spring Boot + Jersey + Spring Data JPA Build REST CRUD APIs Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-jersey-hibernate-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-07-01T13:53:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T14:31:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T15:42:44.502Z (5 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot + Jersey + Spring Data JPA Build REST CRUD APIs Example
# Local setup
Step 1: Download or clone the source code from GitHub to the local machine
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```