开始使用

EZ是一个嵌入式的Servlet表单列表工具,可以将SQL转换为列表(table)或表单(form),可适配各类UI框架,同时支持拖拽生成列表表单。

1.maven依赖(内置springboot-starter)

JDK1.8
新建一个空的springboot应用 ,版本建议:2.2.6.RELEASE (非springboot参见:非springboot场景)

添加maven依赖


  io.github.ezadmin126
  ezadmin-core
  2.9.20

        

2.添加helloworld.html

src/main/resource/topezadmin/config/layui/list
在如上路径下添加 helloworld.html,内容:

        
        

启动应用,访问:http://localhost:8080/topezadmin/list/list-helloworld

配置

           
更多配置