EZ是一个嵌入式的Servlet表单列表工具,可以将SQL转换为列表(table)或表单(form),可适配各类UI框架,同时支持拖拽生成列表表单。
JDK1.8
新建一个空的springboot应用 ,版本建议:2.2.6.RELEASE (非springboot参见:非springboot场景)
添加maven依赖
io.github.ezadmin126 ezadmin-core 2.9.20
src/main/resource/topezadmin/config/layui/list在如上路径下添加 helloworld.html,内容:
启动应用,访问:http://localhost:8080/topezadmin/list/list-helloworld
更多配置