Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 739 Bytes

ZK Clean

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)

References

Please note that there are other references mentioned directly in the source code.

  1. This implementation is based on a demo from the excellent zkspringboot project.
  2. Resolving issues with ZK, ZK, Small Talk: "ZK Dos and Donts Part2"