Spring web-based admin tool with CRUD

Cmyker :

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 configuration, and what is most important - database tables HTML grid CRUD generators. The tool saves you tons of efforts by avoiding you writing boilerplate code, moreover, there might be a scenario that you would write zero code.

We need the same but for Java and Spring stack. Any recommendations?

Lucas Colombo :

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.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=466991&siteId=1