Java EE application to manage reimbursement of expenses after user business trip.
- Clone repository or download zip and extract it.
- Create new project in your favourite IDE using cloned repository as its directory root.
- If needed refresh/reopen the project.
- Setup Java Servlet server and integrate it with your IDE.
- Setup MySQL server.
- Import database using initDB.sql file.
- Edit dbConifg.cfg file using credentials to your MySQL server.
In project directory call:
mvn install
If you want to skip tests add param: -Dmaven.test.skip
Before tests make sure MySQL server is running and reimbursement database exists.
Then in project directory call:
mvn test