Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Add configuration to turn OFF scanning for JAX-RS Application sub-classes #22

Closed
fabiocarvalho777 opened this issue Jul 12, 2016 · 0 comments
Assignees
Milestone

Comments

@fabiocarvalho777
Copy link
Member

fabiocarvalho777 commented Jul 12, 2016

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:

  1. By manually setting a property for it (via Spring Boot application properties file)
  2. 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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant