当将模板技术与Spring Boot结合使用并尝试设置默认Spring
Boot属性(如
spring.velocity.charSet)无法提供的属性时
spring.[template-engine].properties.*,可以使用。请参阅属性列表。
基本上添加
spring.velocity.properties.input.encoding=UTF-8到您
application.properties应该做的trick俩。
spring.velocity.properties.input.encoding=UTF-8



