Project for pa165.
- Server - Apache Tomcat
- Framework - Spring
- Database - JavaDB (localhost:1527/pa165,user: pa165, pass: pa165)
- Web app context - localhost:8080/pa165
- REST context - localhost:8080/pa165/rest/
- pa165_booking_manager_api - API for whole app
- pa165_booking_manager_service - Data and service layer
- pa165_booking_manager_web - Web and REST server application
- pa165_booking_manager_desktop - Desktop application
Use maven 3.x. For running desktop and web application see README.MD in appropriate module.
mvn clean install
git clone https://github.com/mstana/pa165.git