mayurmulani52 / SPRING_BOOT_CRUD_API

Spring boot crud App API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPRING_BOOT_CRUD_API

Spring boot crud App API - Sample User Crud repository Spring Boot Crud API project allows developers to understand basis simple spring boot crud operations.

Open API Spec

http://localhost:8080/swagger-ui/index.html

API Doc

http://localhost:8080/api-docs

Database

H2- Inmemory

Building for source

For local development:

./gradlew clean build docker -x test

Install Lombok

Project uses lombok to generate getter, setter, constructors and other helpful stuff.

About

Spring boot crud App API


Languages

Language:Java 100.0%