GH-220 - Documentation polish.
This commit is contained in:
committed by
Oliver Drotbohm
parent
0de48790d7
commit
0b110f70c2
@@ -183,7 +183,7 @@ package "Application" <<Container>> {
|
||||
|
||||
The Application Module Canvases can be generated by calling `Documenter.writeModuleCanvases()`:
|
||||
|
||||
.Generating application module component diagrams using `Documenter`
|
||||
.Generating application module canvases using `Documenter`
|
||||
[source, java]
|
||||
----
|
||||
class DocumentationTests {
|
||||
@@ -199,7 +199,8 @@ class DocumentationTests {
|
||||
}
|
||||
----
|
||||
|
||||
A canvas generated looks like this:
|
||||
By default, the documentation will be generated to `spring-modulith-docs` folder in your build system's build folder.
|
||||
A generated canvas looks like this:
|
||||
|
||||
.A sample Application Module Canvas
|
||||
[cols="1h,4a"]
|
||||
|
||||
@@ -67,7 +67,7 @@ The execution order of those beans will automatically follow the application mod
|
||||
class MyInitializer implements ApplicationModuleInitializer {
|
||||
|
||||
@Override
|
||||
void initialize() {
|
||||
public void initialize() {
|
||||
// Initialization code goes here
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user