3

In Spring you would enable the H2 console with

spring.h2.console.enabled=true

Is it also possible to enable the console in Quarkus?

Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
  • 1
    Maybe [this question/answer](https://stackoverflow.com/questions/61853691/how-to-set-h2-database-console-url-in-the-quarkus-application) might help? – Oliver Marienfeld Oct 21 '20 at 09:31
  • Yes, thank you. Weird that it was not suggested as an existing question and even now trying to mark this one here as a duplicate to the other won't find the other one by it's exact name – Marian Klühspies Oct 21 '20 at 11:28
  • That's probably because the answer is not upvoted at least once and therefore not recognized as a solution to the problem. – Oliver Marienfeld Oct 21 '20 at 11:50
  • Does this answer your question? [How to set H2 Database console url in the Quarkus Application](https://stackoverflow.com/questions/61853691/how-to-set-h2-database-console-url-in-the-quarkus-application) – Luca Basso Ricci Sep 15 '21 at 03:52

0 Answers0