Generate diagrams without spring #123
Replies: 1 comment
-
Hi Lukas, you could use jQAssistant to generate diagrams from jMolecules annotations, e.g. from There is an integration of jMolecules into jQAssistant which you can use as a first step[1]. To generate a Context Map, please see [2]. For PlantUML, see [3] and [4]. And for GraphML, see [5]. FYI you are not limited to reporting jMolecules Bounded Context, but can basically report any structure of your system as a diagram, depending on the diagram type. Let me know if you have further questions or need help creating a base setup. Best [1] https://github.com/jqassistant-plugin/jqassistant-jmolecules-plugin |
Beta Was this translation helpful? Give feedback.
-
Hi
I want to start with jMolecules by adding a few "package-info.java" files in my packages and generate a few diagrams out of it.
But I work in a big and old Java project without spring.
For generating diagrams I think I need the "Documenter" from spring-monolith project, which needs spring...
Is there a way to generate diagrams (let's say for @modules) without spring or without "Documenter"?
Kindest regards
Lukas
Beta Was this translation helpful? Give feedback.
All reactions