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>> {
183
183
184
184
The Application Module Canvases can be generated by calling `Documenter.writeModuleCanvases()`:
185
185
186
- .Generating application module component diagrams using `Documenter`
186
+ .Generating application module canvases using `Documenter`
187
187
[source, java]
188
188
----
189
189
class DocumentationTests {
@@ -199,7 +199,8 @@ class DocumentationTests {
199
199
}
200
200
----
201
201
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:
203
204
204
205
.A sample Application Module Canvas
205
206
[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
67
67
class MyInitializer implements ApplicationModuleInitializer {
68
68
69
69
@Override
70
- void initialize() {
70
+ public void initialize() {
71
71
// Initialization code goes here
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments