Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 325 Bytes

WebJava Framework Architecture.md

File metadata and controls

11 lines (11 loc) · 325 Bytes

WebJava Framework Structure

This is the package structure you need to follow to create successfully a WebJava App

WebJava Demo/
├── src/main/java/com/example/WebJavaAppStructure/
│   ├── endpoints/
│   ├── operators/
│   ├── storages/
│   ├── dataobjects/
└── pom.xml