Springboot使用velocity模板引擎 - 简书
2016年6月26日 - 第五章使用velocity模板引擎最爽的Web组合开发就是IntellijIDEA+Maven+SpringBoot+Scala+Velocity+Boostrap+jQuery了.SpringBoot提供了一个强大的一键...
Spring Boot结合Velocity模板发送邮件 - 简书
2016年3月31日 - 2、在Spring Boot的配置文件里加入如下配置:#application.yml spring: velocity: resource-loader-path: classpath:/templates/ charset: UTF-8 mail:...