sa-mw-dach / opendj

Apply Open Source principles to the Dance Floor! MOVED TO https://github.com/opendj/opendj
https://github.com/opendj/opendj
GNU General Public License v3.0
6 stars 9 forks source link

Transform architecture view to plantuml #43

Closed DanielFroehlich closed 5 years ago

DanielFroehlich commented 5 years ago

I need some help with PlantUML - I cant find a way to tell it to layout vertical instead of horizontal. The Architecture Overview Diagramm looks very ugly: image Please help!

DanielFroehlich commented 5 years ago

Problem Solved! The trick is to give direction hints in associations: Instead of frontendwebuser --> serviceuserapi use frontendwebuser -down-> serviceuserapi