GH-1 - Fix package name for Moments autoconfiguration.

This commit is contained in:
Bjoern Kieling
2022-07-08 13:51:24 +02:00
committed by Oliver Drotbohm
parent b2425d024a
commit 194c5ade74
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.springframework.modulith.moments.MomentsAutoConfiguration
org.springframework.modulith.moments.autoconfigure.MomentsAutoConfiguration

View File

@@ -1 +1 @@
org.springframework.modulith.moments.MomentsAutoConfiguration
org.springframework.modulith.moments.autoconfigure.MomentsAutoConfiguration