GH-656 - Polishing.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user