4

I am implementing a new spring-boot application with mongoDB, earlier worked with djangoAdmin. Looking for a similar solution which can easily generate management UI for all classes decorated with @document.

Community
  • 1
  • 1
pokemon blue
  • 1,870
  • 1
  • 15
  • 19
  • Related: [Spring/Hibernate Entity Management Web Interface/UI](https://stackoverflow.com/q/4479828/5916915) – Flux Aug 05 '19 at 05:53

2 Answers2

5

Have you seen JHipster?

It uses an Angular frontend with a Spring Boot backend but comes with a ton of admin functionality right out of the box. This includes the turn-key CRUD operations like you mentioned.

Kyle Anderson
  • 6,801
  • 1
  • 29
  • 41
1

There is http://lightadmin.org project. But it currently supports only Spring Data JPA.

Slavus
  • 1,168
  • 12
  • 20