Employee management system using spring boot and mySql
Requirements:
- Spring Tool Suite IDE.
- JDK 8.
- Maven 2.5.
- MYSQL Database.
Changes need to be done in code to run it.
- In "application.properties" file write database username and password.
- In AppServicesImplementation file change the path in the saveImage function to the path of the images folder of your system present in src->static->images.
- To run the project run StarterApplication file as Java Application.
- To run Selenium Testing -
- To run Junit Test Cases-