In the world of PHP and Symfony, there is a tool called Sonata Admin https://sonata-project.org/ based on the AdminLTE template, which is a universal administrator tool with a login, menu configuration and, most importantly, database tables. The tool saves a lot of effort by not allowing you to write boilerplate code, moreover, a script may arise in which you specify a zero code.
We need the same, but for Java and Spring stack. Any recommendations?
source
share