2019年11月8日
摘要: thymeleaf中默认都是调用.toString()方法 转载自:https://blog.csdn.net/t518vs20s/article/details/100038716 阅读全文
posted @ 2019-11-08 15:11 你不知道的浪漫 阅读(5367) 评论(0) 推荐(0)
摘要: 需求: 相关class类名:S224_on_point url:/notification/list url:/notification/list?type=2 thymeleaf代码如下: thymeleaf中${param.xx}返回的是数组,这一点和jstl不一样,所以此次使用#request 阅读全文
posted @ 2019-11-08 14:39 你不知道的浪漫 阅读(999) 评论(0) 推荐(0)
摘要: 场景:站内消息,一些已读的要区别与未读的。 参考来源: https://stackoverflow.com/questions/41480973/thymeleaf-classappend-for-multiple-classes 阅读全文
posted @ 2019-11-08 10:00 你不知道的浪漫 阅读(9085) 评论(0) 推荐(1)