Just a quick question. I have a Spring boot crud application and need to generate a class diagram for it. Is that posible to generate one using eclipse. I tryed to research this topic but nothin found. Some are not maintained some simply don't work. I use latest 2021-09 eclipse for Java Enterprice. UPDATE: I tryed to use plant uml. It generates somethin, but one by one can I generate the diagram just in once for whole project. Like it is done in Visual Studio for example?
Asked
Active
Viewed 3,877 times
1
-
1Finaly I solved the problem with InteliJ Idea. Somethin similar for eclipse I could not find. So please do not minus me and let this question be open for a while... – Bogdan Onyshenko Nov 09 '21 at 11:51
1 Answers
1
visit How to generate UML diagrams (especially sequence diagrams) from Java code?
Take a look at this one here (Your question is already answered)
-
1I tryed this. Basicly I am there now. Very first module can help if it was a life. – Bogdan Onyshenko Nov 09 '21 at 10:29