In Spring you would enable the H2 console with
spring.h2.console.enabled=true
Is it also possible to enable the console in Quarkus?
In Spring you would enable the H2 console with
spring.h2.console.enabled=true
Is it also possible to enable the console in Quarkus?