1

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?

Bogdan Onyshenko
  • 415
  • 1
  • 6
  • 24
  • 1
    Finaly 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 Answers1

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)