Class diagrams
The Class diagram captures the logical structure of the software system and things that make up the model. It is a static model, describing what exists and what attributes and behavior it has, rather than how something is done.
(The UML class diagrams illustrates the fact evidently that the Spring Boot Framework is in indirect contradiction of one of the OOP's main principle, enxcapsulation. In account of annotation there is no real relations between the Java classes.)
The Enterprise Architect model file and its XMI-export are also available.
1) Package com.kit.ws.fileupload
2) Package com.kit.ws
3) Package com.kit.configuration
4) Package com.kit.ws.controller
5) Package com.kit.ws.model
6) Package com.kit.ws.repository
7) Package com.kit.ws.service