/springboot-ems

Simple Spring Boot MVC Curd, with Spring Data JPA

Primary LanguageJava

Spring Boot logo

Employee Management System

This is a Spring Boot application for managing employees. It provides functionalities for creating, updating, deleting, and viewing employees.

Installation

Before launching the application, follow these steps to set up the database:

  1. Install MySQL: If you haven't installed MySQL yet, you can download it here.

  2. Create a Database: Open your MySQL client and create a new database named springboot_ems.

  3. Configure Database Connection: Update the application.properties file with your MySQL username and password.

    spring.datasource.url=jdbc:mysql://localhost:3306/springboot_ems
    spring.datasource.username=your_username
    spring.datasource.password=your_password

Usage

Run the application using the Maven wrapper:

./mvnw spring-boot:run

Demo

Explore the application with a visual demonstration:

Demo