SpringBoot2+Layui表格数据的增删查改

启动SpringBoot项目后,浏览器访问:http://localhost:8082/table.html

最终效果如下:

SpringBoot2+Layui表格数据的增删查改_第1张图片

 

SpringBoot负责提供数据的增删查改方法,LayUI负责显示数据及管理数据。

项目结构

SpringBoot2+Layui表格数据的增删查改_第2张图片

重点展示LayUi部分代码:

table.html




    
    
    layui 后台table调试
    




项目地址:

https://github.com/jipsonliang/SpringBoot-LayUI-Table-Demo

 

完成! enjoy it!

你可能感兴趣的:(LayUI,SpringBoot)