GH-587 - Additional modulith packages are now considered for application classes.

This commit is contained in:
Oliver Drotbohm
2024-05-20 17:23:15 +02:00
parent a7145c3b86
commit 04c1203f65
11 changed files with 178 additions and 4 deletions

View File

@@ -0,0 +1 @@
spring.main.banner-mode=OFF

View File

@@ -9,6 +9,6 @@
</root>
<logger name="org.springframework.modulith" level="DEBUG"/>
<logger name="example" level="INFO" />
<logger name="example" level="WARN" />
</configuration>