Endpoints configuration improvements. Added support spring boot actuator endpoints.#2099
Conversation
|
Improved the logic of endpoint processing so that the application configuration - application.yml is now taken into account. Now it is not necessary to specify implementation classes for micronaut-management endpoints if they match the standard implementation. Any endpoints can be excluded from the specification. By default, the application configuration - application.yml is taken. Similar support has been added for spring boot actuator . Now management endpoints can be moved to a separate specification file or added only to the necessary files by specifying groups. Added the ability to specify endpoint descriptions and extensions for the openapi specification in the documentation. Added documentation on support for spring boot actuator and configuration variables for endpoints. |
7670c3f to
97692d4
Compare
Added support spring boot actuator endpoints. Added support groups to endpoints. Fixed micronaut-projects#2076
Endpoints configuration improvements.
Added support spring boot actuator endpoints.
Added support groups to endpoints.
Fixed #2076