|
|
|
@ -14,16 +14,16 @@
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
package org.springframework.bootstrap.autoconfigure.service;
|
|
|
|
|
package org.springframework.bootstrap.actuate.autoconfigure;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
import org.springframework.bootstrap.actuate.properties.EndpointsProperties;
|
|
|
|
|
import org.springframework.bootstrap.actuate.properties.ManagementServerProperties;
|
|
|
|
|
import org.springframework.bootstrap.actuate.properties.ServerProperties;
|
|
|
|
|
import org.springframework.bootstrap.context.annotation.ConditionalOnMissingBean;
|
|
|
|
|
import org.springframework.bootstrap.context.annotation.EnableAutoConfiguration;
|
|
|
|
|
import org.springframework.bootstrap.context.annotation.EnableConfigurationProperties;
|
|
|
|
|
import org.springframework.bootstrap.service.properties.EndpointsProperties;
|
|
|
|
|
import org.springframework.bootstrap.service.properties.ManagementServerProperties;
|
|
|
|
|
import org.springframework.bootstrap.service.properties.ServerProperties;
|
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
import org.springframework.context.annotation.Import;
|
|
|
|
@ -42,7 +42,7 @@ import com.fasterxml.jackson.databind.SerializationFeature;
|
|
|
|
|
@Import({ ManagementConfiguration.class, MetricConfiguration.class,
|
|
|
|
|
ServerConfiguration.class, SecurityConfiguration.class,
|
|
|
|
|
MetricFilterConfiguration.class, AuditConfiguration.class })
|
|
|
|
|
public class ServiceAutoConfiguration extends WebMvcConfigurationSupport {
|
|
|
|
|
public class ActuatorAutoConfiguration extends WebMvcConfigurationSupport {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
protected void configureMessageConverters(List<HttpMessageConverter<?>> converters) {
|