Skip to content

Commit 7dda0e3

Browse files
committed
GH-140 - Use system name as container title in generated documentation.
1 parent 715de2c commit 7dda0e3

File tree

1 file changed

+1
-1
lines changed
  • spring-modulith-docs/src/main/java/org/springframework/modulith/docs

1 file changed

+1
-1
lines changed

spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Documenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public Documenter(ApplicationModules modules, String outputFolder) {
137137

138138
SoftwareSystem system = model.addSoftwareSystem(systemName, "");
139139

140-
this.container = system.addContainer("Application", "", "");
140+
this.container = system.addContainer(systemName, "", "");
141141
this.properties = new ConfigurationProperties();
142142
}
143143

0 commit comments

Comments
 (0)