Spring Boot集成thymeleaf异步刷新页面
现在比较流行前后端分离开发,但在有些业务场景下模板引擎也用的不少。本文介绍thymeleaf页面的局部更新,Spring Boot采用的是2.0.4,先来看代码。
IndexController.java:
package com.example.demo.thymeleaf;
import org.springframework.stereotype.Controller;
...
原创
2018-08-31 20:56:09 ·
26435 阅读 ·
26 评论