-
Hey! Currently, I'm researching a way to automatically generate OpenAPI Spec files from our java endpoints. However, I want an OpenAPI spec file that only contains the information about endpoints in a specific package, rather than the entire project. I was wondering if it was possible to configure this. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
MikeEdgar
Jun 13, 2024
Replies: 1 comment
-
@JXenog , there are several MP OpenAPI configurations that can be used to include or exclude packages and classes. You can try some combination to select just the endpoints you're interested in.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JXenog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JXenog , there are several MP OpenAPI configurations that can be used to include or exclude packages and classes. You can try some combination to select just the endpoints you're interested in.
mp.openapi.scan.packages
mp.openapi.scan.classes
mp.openapi.scan.exclude.packages
mp.openapi.scan.exclude.classes