GH-129 - Fix incorrect package name in reference documentation.

Use correct ApplicationModuleDetectionStrategy package name
This commit is contained in:
Morten Lilbæk Pedersen
2023-01-28 16:33:05 +01:00
committed by Oliver Drotbohm
parent c4fe271689
commit 8b913bc536

View File

@@ -202,6 +202,6 @@ This class needs to be registered in `META-INF/spring.factories` as follows:
[source, text]
----
org.springframework.modulith.model.ApplicationModuleDetectionStrategy=\
org.springframework.modulith.core.ApplicationModuleDetectionStrategy=\
example.CustomApplicationModuleDetectionStrategy
----