Uses of Package
org.springframework.boot.jersey.autoconfigure
Packages that use org.springframework.boot.jersey.autoconfigure
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator security using Spring MVC.
Configuration for a Jersey-based management context.
Auto-configuration for Jersey.
-
Classes in org.springframework.boot.jersey.autoconfigure used by org.springframework.boot.actuate.autoconfigure.endpoint.webClassDescriptionInterface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
-
Classes in org.springframework.boot.jersey.autoconfigure used by org.springframework.boot.actuate.autoconfigure.security.servletClassDescriptionInterface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
-
Classes in org.springframework.boot.jersey.autoconfigure used by org.springframework.boot.actuate.autoconfigure.web.jerseyClassDescriptionInterface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
-
Classes in org.springframework.boot.jersey.autoconfigure used by org.springframework.boot.jersey.autoconfigureClassDescriptionInterface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
@ConfigurationProperties
for Jersey.Callback interface that can be implemented by beans wishing to customize Jersey'sResourceConfig
before it is used.