Package org.springframework.boot.actuate.autoconfigure.web.jersey
package org.springframework.boot.actuate.autoconfigure.web.jersey
Configuration for a Jersey-based management context.
-
ClassDescription
@ManagementContextConfiguration
for Jersey infrastructure when a separate management context with a web server running on a different port is required.@ManagementContextConfiguration
for Jersey infrastructure when the management context is the same as the main application context.Callback interface that can be implemented by beans wishing to customize Jersey'sResourceConfig
in the management context before it is used.