Merge branch '1.2.x'
This commit is contained in:
commit
2a5eecaf4a
|
|
@ -36,10 +36,10 @@ import com.google.gson.Gson;
|
|||
* @since 1.2.2
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(Gson.class)
|
||||
class GsonHttpMessageConvertersConfiguration {
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnClass(Gson.class)
|
||||
@ConditionalOnBean(Gson.class)
|
||||
@Conditional(PreferGsonOrMissingJacksonCondition.class)
|
||||
protected static class GsonHttpMessageConverterConfiguration {
|
||||
|
|
|
|||
Loading…
Reference in New Issue