Add some beans to index from spring factories

This commit is contained in:
aboyko
2022-10-13 11:53:29 -04:00
parent 3cd3148068
commit f44c773be2
9 changed files with 331 additions and 16 deletions

View File

@@ -142,7 +142,8 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
FileSystems.getDefault().getPathMatcher("glob:**/*.java"),
FileSystems.getDefault().getPathMatcher("glob:**/*.json"),
FileSystems.getDefault().getPathMatcher("glob:**/*.yml"),
FileSystems.getDefault().getPathMatcher("glob:**/*.properties")
FileSystems.getDefault().getPathMatcher("glob:**/*.properties"),
FileSystems.getDefault().getPathMatcher("glob:**/META-INF/spring/*.factories")
)));
//Add remote boot apps listener