随笔分类 -  java web

摘要:Thymeleaf 表达式 1.基本表达式: 变量表达式:${...} 选择变量表达式:*{...} 消息表达式:#{...} 链接表达式:@{...} 分段表达式:~{...} 2.文字: 文本文字:'one text', 'Another one!',… 数字文字:0, 34, 3.0, 12. 阅读全文
posted @ 2018-07-31 15:01 dean_sammy 阅读(150) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/cuiyaoqiang/article/details/51799904 阅读全文
posted @ 2018-06-06 17:55 dean_sammy 阅读(584) 评论(0) 推荐(0)
摘要:代码如下: controller: 阅读全文
posted @ 2018-01-12 11:31 dean_sammy 阅读(1006) 评论(0) 推荐(0)