|
|
|
|
@ -18,6 +18,7 @@ package org.springframework.boot.autoconfigure.web;
@@ -18,6 +18,7 @@ package org.springframework.boot.autoconfigure.web;
|
|
|
|
|
|
|
|
|
|
import org.apache.commons.logging.Log; |
|
|
|
|
import org.apache.commons.logging.LogFactory; |
|
|
|
|
import org.springframework.boot.autoconfigure.jackson.JacksonProperties; |
|
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties; |
|
|
|
|
import org.springframework.http.converter.HttpMessageConverter; |
|
|
|
|
|
|
|
|
|
@ -26,6 +27,8 @@ import com.fasterxml.jackson.databind.SerializationFeature;
@@ -26,6 +27,8 @@ import com.fasterxml.jackson.databind.SerializationFeature;
|
|
|
|
|
/** |
|
|
|
|
* Configuration properties to configure {@link HttpMessageConverter}s. |
|
|
|
|
* |
|
|
|
|
* @deprecated pleas use {@link JacksonProperties} instead |
|
|
|
|
* |
|
|
|
|
* @author Dave Syer |
|
|
|
|
* @author Piotr Maj |
|
|
|
|
* @author Sebastien Deleuze |
|
|
|
|
|