for database view:
- enable h2 console, spring.h2.console.enabled=true in application.properties
- enable writing DB in file, spring.datasource.url=jdbc:h2:/Users/aparnakumari/development/payroll/payrollDB in application.properties.
- run the application and open h2 console in browser, http://localhost:8080/h2-console
- default username and password is blank