aileftech / snap-admin

A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps
MIT License
251 stars 18 forks source link

Could SnapAdmin be made to work with Quarkus? #42

Open preslavrachev opened 8 months ago

preslavrachev commented 8 months ago

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 one, and since it since it relies on Hibernate (which Quarkus does too), I was wondering, how much of an effort it would be to port this over to be used in Quarkus applications as well. Is there anything Spring specific needed here?

aileftech commented 8 months ago

Hi Preslav, I've never used Quarkus so I would need to investigate this properly. For sure, there's some Spring-specific code that has to do with initialization and "wiring" SnapAdmin correctly into the client app, and also registering the various @Controller classes that use different annotations in Quarkus. A part from this I can't think of anything else; I'll try to investigate this as soon as I have time, unless somebody wants to chime in, too!

Merry Christmas!