How to enable the H2 Database Console using Quarkus?

Viewed 453

In Spring you would enable the H2 console with

spring.h2.console.enabled=true

Is it also possible to enable the console in Quarkus?

0 Answers
Related