You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: