SpringBoot集成Thymeleaf模板引擎,并实现页面实时刷新
SpringBoot集成Thymeleaf模板引擎,并实现页面实时刷新
SpringBoot集成Thymeleaf
1、创建一个controller
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class M
原创
2020-07-27 23:26:20 ·
2351 阅读 ·
0 评论