Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 942 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 942 Bytes

head-hunter-fee-calc-app

Deployment Steps Using Source

  1. Unzip headhunter-fee-calc-app.zip folder
  2. Inside it there are few files including source project , JAR folder and this documentation
  3. Import headhunter-fee-app folder to Eclipse IDE (Preferable IDE) using Maven Import
  4. Run main class HeadhunterFeeAppApplication.java
  5. Access the web application using following URL http://localhost:8080/ ( any web browser)

Using JAR file

  1. Open command prompt and navigate to the JAR folder
  2. Execute the following command java -jar headhunter-fee-app-0.0.1-SNAPSHOT.jar
  3. Access the web application using following URL http://localhost:8080/ ( any web browser)

Technologies Used • Java 8 • Spring Boot • Thymeleaf • Spring MVC • Spring Data JPA • Embeded H2 database • Embeded Tomcat • Bootstrap 3 for UI • Junit • Mockito for Mocking • IDE : Spring STS • Code coverage Tool : ECLEmma Java Code Coverage