GH-656 - Polishing.

This commit is contained in:
Oliver Drotbohm
2024-06-06 16:23:58 +02:00
parent 702fac54f9
commit 4823bbad16
2 changed files with 13 additions and 2 deletions

View File

@@ -13,6 +13,11 @@
|`true`
|Whether to configure defaults for the async processing termination, namely to wait for task completion for 2 seconds. See `TaskExecutionProperties` for details.
|`spring.modulith.detection-strategy`
|none
|The strategy to be applied to detect application modules.
Can either be the class name of a custom implementation of `ApplicationModuleDetectionStrategy` or `direct-subpackages` (which is also the final fallback if nothing is configured) or `explicitly-annotated` to only select packages explicitly annotated with `@ApplicationModule` or jMolecules' `@Module`. See xref:fundamentals.adoc#customizing-modules[Customize Application Module Detection] for details.
|`spring.modulith.events.externalization.enabled`
|`true`
|Whether to enable event externalization.