Deployment Steps Using Source
- Unzip headhunter-fee-calc-app.zip folder
- Inside it there are few files including source project , JAR folder and this documentation
- Import headhunter-fee-app folder to Eclipse IDE (Preferable IDE) using Maven Import
- Run main class HeadhunterFeeAppApplication.java
- Access the web application using following URL http://localhost:8080/ ( any web browser)
Using JAR file
- Open command prompt and navigate to the JAR folder
- Execute the following command java -jar headhunter-fee-app-0.0.1-SNAPSHOT.jar
- 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