otrosien / spring-statemachine-jpa-and-rest

Sample project using Spring-Statemachine, JPA and Spring Data REST
https://otrosien.github.io/spring-statemachine-jpa-and-rest/html5/api-guide.html
88 stars 42 forks source link

[Question] how to generate flow in code? #6

Open nathanphan opened 3 years ago

nathanphan commented 3 years ago

Hi I just wonder how did you generate flow diagram as text to put in code.

I see it is useful to have that in a README of my project.

Thanks.

otrosien commented 3 years ago

Hi nathanphan!

Sorry for not responding earlier, I just saw your question. I've manually created the ASCII version. For the image I have used PlantUML, and there are lots of integrations into different tools for it. I wasn't generating the flow charts from introspecting the source code TBH.