springboot+freemarker

pom.xml

    
       
        org.springframework.boot  
        spring-boot-starter-freeMarker
    

配置文件

template-loader-path: classpath:/templates/ freemarker模板所在路径


springboot+freemarker_第1张图片
配置文件

编写ftl文件

springboot+freemarker_第2张图片
ftl文件

编写controller

springboot+freemarker_第3张图片
controller

你可能感兴趣的:(springboot+freemarker)