-
Notifications
You must be signed in to change notification settings - Fork 8
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
Question: Multi-project setup, and additional settings #24
Comments
It depends on the kind on multi project. If there is a main module containing the server definition itself along with all of the routes/endpoints while other modules only provide the data schemas - then yes the plugin would support that kind of setup and you would only need to apply the plugin to the main module. However, if the route definitions are distributed across multiple modules then each would need the plugin applied and therefore would get a separate Regarding the runtime configuration: The plugin is invoked at build time, and so the |
compileTime but yes, its possible to set via the gradle plugin settings now:
There's still work pending to support route-based security configuration, but that will come. |
Does this library support to project setup? If so, then where would it go the concrete configuration? in the
subprojects
Gradle block?In addition, is it possible to set the servers, security credentials, and swager url at runtime?
Thanks
The text was updated successfully, but these errors were encountered: