Skip to content

Commit 3fba520

Browse files
committed
GH-121 - Added new modules to reference documentation.
1 parent 868fddc commit 3fba520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/asciidoc/90-appendix.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ To include application-module-internal types in the canvas, configure `CanvasOpt
3636
[cols="3,1,5", options="header, unbreakable"]
3737
|===
3838
|Module|Typical scope|Description
39+
|`spring-modulith-actuator`|`runtime`|A Spring Boot actuator to expose the application module structure via an actuator.
3940
|`spring-modulith-api`|`compile`|The abstractions to be used in your production code to customize Spring Modulith's default behavior.
4041
|`spring-modulith-core`|`runtime`|The core application module model and API.
4142
|`spring-modulith-docs`|`test`|The `Documenter` API to create Asciidoctor and PlantUML documentation from the module model.
@@ -45,6 +46,7 @@ To include application-module-internal types in the canvas, configure `CanvasOpt
4546
|`spring-modulith-events-jpa`|`runtime`|A JPA-based implementation of the `EventPublicationRegistry`.
4647
|`spring-modulith-events-mongodb`|`runtime`|A MongoDB-based implementation of the `EventPublicationRegistry`.
4748
|`spring-modulith-moments`|`compile`|The Passage of Time events implementation described <<moments, here>>.
49+
|`spring-modulith-runtime`|`runtime`|Support to bootstrap an `ApplicationModules` instance at runtime. Usually not directly depended on but transitively used by `spring-modulith-actuator` and `spring-modulith-observability`.
4850
|`spring-modulith-observability`|`runtime`|Observability infrastructure described <<observability, here>>.
4951
|===
5052

0 commit comments

Comments
 (0)