snap-admin icon indicating copy to clipboard operation
snap-admin copied to clipboard

A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps

Results 31 snap-admin issues
Sort by recently updated
recently updated
newest added

If you're using this project, I would love to know what are you using it for and how it's performing. This helps me a lot in understanding what features to...

discussion

Please ignore fields with attribute "@jakarta.persistence.Transient", because these are not database relevant. Currently such fields are throw an error like: - The class contains the field `template` of type `WorkItemTemplate`,...

If you think something is missing from SnapAdmin, please leave a comment with a short explanation of what you would like to see. If somebody already commented with something similar,...

feedback wanted

Great job! As a fan of CRUD admin interfaces, I've been on the hunt for something that I could integrate into an existing Quarkus app of mine. I saw this...

**Describe the bug** There is an error for entity that contains field of type Map. **Is the bug at startup before you perform any action?** Not applicable **@Entity code** ```...

enhancement

Not all production projects are new versions, most of us are still at jdk8. please think about this

Empty spring boot 3.1.5 application with -web and -data-jpa starters. Database: postgresql Snapadmin: 0.2.0 after launching I can see entity has been scanned and available at /admin. but Console does...

bug

As pointed out in [this comment](https://github.com/aileftech/snap-admin/issues/17#issuecomment-1821189372) SnapAdmin doesn't work correctly when entities extends other classes

The `feedback` issues are ideas for possible features that I would like to have a feedback on before starting to implement. If you are interested in this features, please leave...

feedback wanted