We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67c657 commit 1acd2fdCopy full SHA for 1acd2fd
spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Groupings.java
@@ -92,7 +92,7 @@ public static class JMoleculesGroupings {
92
.isPresent("org.jmolecules.architecture.hexagonal.Port", JMoleculesGroupings.class.getClassLoader());
93
94
private static final boolean JMOLECULES_LAYERS_PRESENT = ClassUtils
95
- .isPresent("org.jmolecules.architecture.layered", JMoleculesGroupings.class.getClassLoader());
+ .isPresent("org.jmolecules.architecture.layered.ApplicationLayer", JMoleculesGroupings.class.getClassLoader());
96
97
private static final boolean JMOLECULES_ONION_PRESENT = ClassUtils
98
.isPresent("org.jmolecules.architecture.onion.classical.ApplicationRing",
0 commit comments