Skip to content

Conversation

@siddhantsorann
Copy link

Closes - spring-attic#4344
Added param to API to filter using version
Created DAO to use predicates to filter. This will avoid multiple repo methods and if-else conditions.

CloudFoundryDeployerAutoConfiguration.class,
KubernetesAutoConfiguration.class
})
@ComponentScan(basePackageClasses = {AppRegistrationDao.class})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the default server, then why would this not have a ComponentScan before?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is another class that has other annotations but when I ran the app it failed to start, adding this here made it work. Still checking this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants