随笔分类 - springboot
摘要:1. 2.确定启动类扫描了该类
阅读全文
摘要:1.改变当前元素里面的文本内容 th:text="${hello}" 2.遍历 th:text="${user}" th:each="user:${users}" 3.行内 <div th:each="user:${users}">[[${user}]]</div> 4.引入css <link th
阅读全文
摘要:1.添加beetl依赖 <dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl-framework-starter</artifactId> <version>1.1.22.RELEASE</version></dependency>
阅读全文

浙公网安备 33010602011771号