Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 2.32 KB

README.md

File metadata and controls

54 lines (32 loc) · 2.32 KB

Salary Management System

This is a simple Salary Management System that automates the process of salary management and distribution.The entire process is automated using MySQL Triggers and Events.

Running the Application

There are two ways to run the application : using mvn spring-boot:run or by running the Application class directly from your IDE.

You can use any IDE of your preference,but we suggest Eclipse or Intellij IDEA. Below are the configuration details to start the project using a spring-boot:run command. Both Eclipse and Intellij IDEA are covered.

Eclipse

  • Right click on a project folder and select Run As --> Maven build.. . After that a configuration window is opened.
  • In the window set the value of the Goals field to 'spring-boot:run'
  • You can optionally select Skip tests checkbox
  • All the other settings can be left to default

Once configurations are set clicking Run will start the application

Intellij IDEA