File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ package "Application" <<Container>> {
183183
184184The Application Module Canvases can be generated by calling `Documenter.writeModuleCanvases()`:
185185
186- .Generating application module component diagrams using `Documenter`
186+ .Generating application module canvases using `Documenter`
187187[source, java]
188188----
189189class DocumentationTests {
@@ -199,7 +199,8 @@ class DocumentationTests {
199199}
200200----
201201
202- A canvas generated looks like this:
202+ By default, the documentation will be generated to `spring-modulith-docs` folder in your build system's build folder.
203+ A generated canvas looks like this:
203204
204205.A sample Application Module Canvas
205206[cols="1h,4a"]
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ The execution order of those beans will automatically follow the application mod
6767class MyInitializer implements ApplicationModuleInitializer {
6868
6969 @Override
70- void initialize() {
70+ public void initialize() {
7171 // Initialization code goes here
7272 }
7373}
You can’t perform that action at this time.
0 commit comments