This is an example of a ZK MVVM application following Clean Architecture paradigm. It can be used as a template for starting the projects with ZK and Clean Architecture pattern.
Uses:
- Java 17
- ZK framework (MVVM)
- Spring Boot with ZK Spring Boot
- ArchUnit (for test of Hexagonal Architecture)
Please note that there are other references mentioned directly in the source code.
- This implementation is based on a demo from the excellent zkspringboot project.
- Resolving issues with ZK, ZK, Small Talk: "ZK Dos and Donts Part2"