• Stephane Nicoll's avatar
    Use spring.velocity.charset for template encoding · 19b5e592
    Stephane Nicoll authored
    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
    19b5e592
appendix-application-properties.adoc 52.8 KB