👉 ZenWave360 Helps You Create Software that's Easy to Understand
This repository contains examples and playground for ZenWave SDK.
Skeleton modules only contain a minimal spring-boot application created from Spring Initializr and just a few configuration options on top.
They include:
- JDL/ZDL Models in
src/main/resources/model
folder that will be the basis for code generation. - There is a README.md file with step-by-step instruction to construct a complete running application.
- Maven Plugin configuration in
pom.xml
to generate code as part of the build process. - You may also find OpenAPI and AsyncAPI files in
src/main/resources/model
folder. They were generated from JDL/ZDL models using ZenWave SDK and the reason they are already present for configured maven plugins not to fail during build.
If you follow the instructions in the README.md file you can evaluate how ZenWave SDK can assist you "From Model To Code & Tests".
Examples are complete applications that were generated using ZenWave SDK and they are ready to run.
You may also be interested in checking out ZenWave SDK for AsyncAPI: API-First Tests, Examples and the Kitchen Sink repository.
👉 ZenWave360 Helps You Create Software that's Easy to Understand