GH-322 - Move @ApplicationModuleListener into ….modulith.events in spring-modulith-events-api.

This commit is contained in:
Oliver Drotbohm
2023-10-15 17:13:45 +02:00
parent c8b81e0737
commit db1c2b813e
11 changed files with 77 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ import lombok.RequiredArgsConstructor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.modulith.ApplicationModuleListener;
import org.springframework.modulith.events.ApplicationModuleListener;
import org.springframework.stereotype.Service;
/**