Created
May 27, 2018 11:47
-
-
Save alexander-mart/248c56fcd42e62aa19fa4af5c5bc9f81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
package "PlantUML Repository" { | |
[Gitlab] | |
[Github] | |
[Github Gist] | |
[中文仓库] | |
} | |
[PlantUMLRenderServlet] --> [Gitlab] | |
[PlantUMLRenderServlet] --> [Github] | |
[PlantUMLRenderServlet] --> [Github Gist] | |
HTTP <-- [PlantUMLRenderServlet] | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment