Spring web admin tool with CRUD

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?

+6
source share
5 answers

Take a look at the JHipster project https://jhipster.imtqy.com/

Spring Boot + Angular. CRUD .

+5

https://www.javatpoint.com/spring-mvc-crud-example Spring MVC CRUD, Spring ( Spring MVC).

CRUD, , . https://spring.io/guides/gs/crud-with-vaadin/ .

, Spring batch admin ( ) Spring boot admin (Monitoring Spring ), , Spring , .

, . GitHub, Spring.

+2

Spring -boot, (Security, REST web MVC, JPA, DI, IOC, AOP..) STS IDE, . Spring ROO

0

: No spring , spring , , .

:

  • spring Data JPA, curdRepository, , Curd spring Curd.
  • Spring .

spring https://start.spring.io/, spring

0

http://lightadmin.org/, sonata-admin, .

0

All Articles