-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No easy way to set scanAllResources in configuration, such as BeanConfig #1884
Comments
This is supported for web.xml configurations: You can easily subclass |
Not so easy as
but this is dirty... Any ideas how to do it better without dealing with servlet properties (I don't have access to them)? |
Please reopen this issue: it should be possible to easily set up that variable, even when using Swagger's BeanConfig. |
I already filed PR for it... Just merge it.
On pt., 15.09.2017, 14:38 Chaouki Dhib ***@***.***> wrote:
Please reopen this issue: it should be possible to easily set up that
variable, even when using Swagger's BeanConfig.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1884 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDbmidBvDZtfGw-el9a5sZ3zGRiUCUGks5sim-1gaJpZM4Jk9CV>
.
--
Krzysztof Wolny
|
It would be nice to be able to set scanAllResources so that we don't need the @Api annotation and it will just use the @path annotation. In particular, it would be nice to be able to do this on BeanConfig.
The text was updated successfully, but these errors were encountered: