随笔分类 -  springboot

摘要:1. 2.确定启动类扫描了该类 阅读全文
posted @ 2020-05-12 09:50 ToBeContinue得 阅读(235) 评论(0) 推荐(0)
摘要:1.改变当前元素里面的文本内容 th:text="${hello}" 2.遍历 th:text="${user}" th:each="user:${users}" 3.行内 <div th:each="user:${users}">[[${user}]]</div> 4.引入css <link th 阅读全文
posted @ 2020-03-20 11:23 ToBeContinue得 阅读(272) 评论(0) 推荐(0)
摘要:1.添加beetl依赖 <dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl-framework-starter</artifactId> <version>1.1.22.RELEASE</version></dependency> 阅读全文
posted @ 2019-12-23 16:48 ToBeContinue得 阅读(2138) 评论(0) 推荐(0)