[springboot] Integrate freemarker to realize web application development

insert image description here

1. Introduction to Freemarker

FreeMarker is a template engine, a general tool for generating textual output based on templates, written in pure Java. Generally the first impression of FreeMarker is to replace JSP, but unlike JSP, FreeMarker templates can be used outside the servlet container. You can use them to generate emails, configuration files, XML maps, and more. Or you can directly generate HTML files and other files, which are used as tools for automatic code generation.

insert image description here

Freemarker as a page template reference

Guess you like

Origin blog.csdn.net/hanxiaotongtong/article/details/122892662