The extensions (e.g "Dynamic diagram", "Deployment diagram" and other fixes) are integrated in [github.com/plantuml-stdlib/C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML).
I leave the master branch unchanged that all existing *.puml diagrams remains valid
(with there **!includeurl https://raw.githubusercontent.com/kirchsth/C4-PlantUML/master/...** references).
With following small changes you can move to [plantuml-stdlib/C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML).
- [ ] in all **!includeurl** ...**kirchsth**... to **!include** ...**plantuml-stdlib**...
- [ ] **Interact...**(...) to **Rel...**() (C4_Dynamic.puml defines new Rel...() handling with automatic indexing,...)
Container(c1, "Single-Page Application", "JavaScript and Angular", "Provides all of the Internet banking functionality to customers via their web browser.")
Container_Boundary(b, "API Application") {
Component(c3, "Security Component", "Spring Bean", "Provides functionality related to signing in, changing passwords, etc.")
Component(c4, "Sign In Controller", "Spring MVC Rest Controller", "Allows users to sign in to the Internet Banking System.")
Container(c1, "Single-Page Application", "JavaScript and Angular", "Provides all of the Internet banking functionality to customers via their web browser.")
Container_Boundary(b, "API Application") {
Component(c3, "Security Component", "Spring Bean", "Provides functionality Related to signing in, changing passwords, etc.")
Component(c2, "Sign In Controller", "Spring MVC Rest Controller", "Allows users to sign in to the Internet Banking System.")
Rel_Right(c3, c4, "select * from users where username = ?", "JDBC")
@enduml
```
### [Structurizr based C4PlantUML writer](https://github.com/structurizr/dotnet-extensions/blob/master/docs/c4-plantuml.md)
Related to these *.puml diagrams exists a Structurirz extension [C4PlantUmlWriter](https://github.com/structurizr/dotnet-extensions/blob/master/Structurizr.PlantUML/IO/C4PlantUML/C4PlantUmlWriter.csThe).
This extension will be updated soon.
</span>
# C4-PlantUML
