| Class and Description |
|---|
| org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
since 1.2 in favor of Spring 4.1's
GroovyMarkupViewResolver and
GroovyMarkupConfigurer. |
| org.springframework.boot.autoconfigure.web.HttpMapperProperties
in 1.2.0 favor of
JacksonProperties |
| Method and Description |
|---|
| org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties.getCharSet()
since 1.2.0 in favor of
AbstractViewResolverProperties.getCharset() |
| org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties.setCharSet(String)
since 1.2.0 in favor of
AbstractViewResolverProperties.setCharset(String) |
| org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate.setNamingstrategy(Class>) |
| Annotation Type Element and Description |
|---|
| org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass.value
Since 1.1.0 due to the fact that the reflection errors can occur when
beans containing the annotation remain in the context. Use
ConditionalOnMissingClass.name() instead. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.