摘要: transient修饰符的作用: entity实体类: Controller: 结果: 阅读全文
posted @ 2018-01-31 18:17 super超人 阅读(824) 评论(0) 推荐(0)
摘要: @JsonIgnore的使用: 实体类中加@JsonIgnore注解 controller层: 页面代码: 返回结果: 后台: 前台: 前台接受到的json对象中已经忽略掉了password字段,只显示username。 阅读全文
posted @ 2018-01-31 18:07 super超人 阅读(12540) 评论(0) 推荐(1)
摘要: dot.js使用: 1.数据显示: 说明:insuredViewList:容器id;insuredViewListTemp是js模板id。 列表循环遍历: (type="text/x-dot-template") 2.if else判断: 阅读全文
posted @ 2018-01-31 15:12 super超人 阅读(900) 评论(0) 推荐(0)