Skip to content

deuriib/spring-boot-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot CRUD Application

This is a simple Spring Boot CRUD (Create, Read, Update, Delete) application that demonstrates basic operations on a database.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java 17 Development Kit (JDK) installed
  • Maven installed
  • Your favorite Integrated Development Environment (IDE) or text editor

Getting Started

To get this project up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/deuriib/spring-boot-crud.git
  2. Navigate to the project directory:

    cd spring-boot-crud
  3. Build the project using Maven:

    mvn clean install
  4. Run the application:

    java -jar target/spring-boot-crud-1.0.0.jar

The application will start, and you can access it at http://localhost:8080.

Usage

  • The application provides RESTful endpoints for basic CRUD operations.
  • Use your preferred API testing tool or software (e.g., Postman) to interact with the API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages