Spring web-based admin tool with CRUD

后端 未结 3 1437
花落未央
花落未央 2021-02-09 05:38

In PHP & Symfony world there is a tool called Sonata Admin https://sonata-project.org/ based on AdminLTE template, that is all-in-one admin tool with login, menu configurati

3条回答
  •  臣服心动
    2021-02-09 05:54

    Take a look at JHipster project https://jhipster.github.io/

    With it you can create Spring Boot+Angular based applications. It provides some cool tools for generating CRUD entities by scaffolding.

提交回复
热议问题