spring-boot/spring-boot-docs
Stephane Nicoll 19b5e59234 Use spring.velocity.charset for template encoding
Previously `spring.velocity.charset` only controlled the output encoding
with the templates being loaded with the default encoding. We now
consistently set the same value for both the input and output encodings.

It is still possible to override it to a different value using
`spring.velocity.properties.input.encoding`

Closes gh-3994
2015-10-02 16:22:08 +02:00
..
src/main Use spring.velocity.charset for template encoding 2015-10-02 16:22:08 +02:00
pom.xml Fix javadoc import issues 2015-09-26 01:58:13 -07:00