Make H2 Console available when dev profile is active
ggilbert-unicon opened this issue · 1 comments
The H2 Console was removed in the migration to Spring Boot. However, the H2 Console is valuable to pipeline / model developers during dev and test. There is a work around: https://springframework.guru/using-the-h2-database-console-in-spring-boot-with-spring-security/ But longer term it would be nice to have the H2 Console automatically available within the appropriate context (e.g., activation of the dev - or other - non-prod profiles).
Hello, when running mvn clean package it shows me the following error:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project lap: Fatal error compiling: java.lang.NoClassDefFoundError: org/json/JSONObject: org.json.JSONObject -> [Help 1].
Please help