You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
Make scanner configurable, so it would be possible to turn it OFF.
In this case, JAX-RS Application sub-classes would have to be identified by one of these two methods:
By manually setting a property for it (via Spring Boot application properties file)
By having them as Spring beans as well
This configuration though would not be used by default. The default method would remain class-path scanning (for backward compatibility).
The text was updated successfully, but these errors were encountered:
Make scanner configurable, so it would be possible to turn it OFF.
In this case, JAX-RS
Application
sub-classes would have to be identified by one of these two methods:This configuration though would not be used by default. The default method would remain class-path scanning (for backward compatibility).
The text was updated successfully, but these errors were encountered: