This is a simple Spring Boot CRUD (Create, Read, Update, Delete) application that demonstrates basic operations on a database.
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
To get this project up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/deuriib/spring-boot-crud.git
-
Navigate to the project directory:
cd spring-boot-crud
-
Build the project using Maven:
mvn clean install
-
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.
- 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.