#HOW TO RUN
- create mysql database with name "to2", user "root" and blank password.
- run maven goal: to2project(root) -> package
- executable jar file will be created in app/target/to2project.app-1.0.jar
- java -jar to2project.app-1.0.jar
Alternative way:
- create mysql database with name "to2", user "root", and blank password.
- just run the app in intellij "Run 'ApplicationMain'" on app/src/.../core/ApplicationMain.java
#Project structure
Persistence - DAO
Domain - model classes, hibernate mapping
Service - service layer
App - controller and view layers