I want to put more in my deployment diagram like the controller layer, the service layer and the repository that are in my spring application. So where shall I put these 3 layers?
Here is my current deployment diagram:
Do you think it can be a component inside the Application: java spring
artifact or is it wrong to do it this way?