2021年12月7日

layui数据表格参数

摘要: table.render({ elem: '#demo' ,url: AppName + '/app/api/version/query' //数据接口 ,method:'post' ,contentType:"application/json;charset=UTF-8" ,headers:{ ' 阅读全文

posted @ 2021-12-07 17:20 hi-gdl 阅读(457) 评论(0) 推荐(0) 编辑

PropertyReferenceException 关于JPA的findBy

摘要: 报错 : Caused by: org.springframework.data.mapping.PropertyReferenceException: No property name found for type ... ... 解决 : User findByRoleId(String id) 阅读全文

posted @ 2021-12-07 17:06 hi-gdl 阅读(109) 评论(0) 推荐(0) 编辑

layui对json数据的格式要求

摘要: layui有自己的一套特定的数据格式交互,必须参数code:0,msg:“”,count:数据size(int),data:”数据List”。**一般我们选择封装返回接收类**。 若想要绑定数据到layui的数据表格必须遵从其对json数据的规范格式。 格式如下: { "code": 0, "msg 阅读全文

posted @ 2021-12-07 16:52 hi-gdl 阅读(694) 评论(0) 推荐(0) 编辑

导航