spring-data-mongodb
spring-data-mongodb copied to clipboard
Use `TypeScanner` to scan for initial entities
With our AOT efforts, we introduced TypeScanner as general abstraction for type scanning to avoid store-specific implementations. We should switch to TypeScanner instead of using ClassPathScanningCandidateComponentProvider directly.