himash79 /
Spring-boot-MYSQL-Rest-API-CRUD
Build Restful web services using spring boot and MYSQL and Hibernate as well as End-points authenticate with JWT authentication.
Loading repository data…
fernandobecker / repository
Build Restful CRUD API for a simple farm application using Spring Boot, Postgres and JPA.
Build Restful CRUD API for a simple farm application using Spring Boot, Postgres and JPA.
Java - 1.8.x
Maven - 3.x.x
1. Clone the application
git clone git@github.com:fernandobecker/myfarm.git
2. Build Docker
docker-compose up
3. Build and run the app using maven
mvn spring-boot:run
The app will start running at http://localhost:8080.
The app defines following CRUD APIs.
GET /animals
GET /animals/{id}
You can test them using postman or any other rest client.
Selected from shared topics, language and repository description—not editorial ratings.
himash79 /
Build Restful web services using spring boot and MYSQL and Hibernate as well as End-points authenticate with JWT authentication.
fernandobecker /
Build Restful CRUD API for a simple bank application using Spring Boot, H2 and JPA.
quincey001 /
Spring Boot service with build-in CRUD Restful API Practices
jha-deepesh /
A simple Java Spring Boot CRUD application demonstrating basic Create, Read, Update, and Delete operations using JPA and H2 database. Ideal for interview preparation and learning RESTful API development with Java. Includes Maven build configuration and example endpoints for managing entities.
Priyanshu23565 /
Build Restful CRUD API for a simple Note-Taking application using Spring Boot, Mysql, JPA and Hibernate. Requirment : Java - 1.8.x Maven - 3.x.x Mysql - 5.x.x
aKaidalov /
A web app for managing customer orders using Java and Spring (Boot, MVC, Data JPA). Supports CRUD operations for orders and items, RESTful APIs, and validation. Data persistence with PostgreSQL/HSQLDB, build automation via Gradle, and testing with JUnit. Integrates JDBC for database interaction.