Hobby project for practise.
Basic task-worktime manager Java console app, designed in Maven Multi-Module project in MVC pattern.
Application can handle:
- Create new tasks
- start-finish worked times count by tasks, like a work log.
- time zone differences between database and client side.
- view statistics by task - worked times
- list filtered tasks with conditions from db
- Java 11
- Maven
- Hibernate/JPA
- H2 db
- clean build parent project
- run Main.java in UI submodule