LearningAnalyticsProcessor icon indicating copy to clipboard operation
LearningAnalyticsProcessor copied to clipboard

Make H2 Console available when dev profile is active

Open ggilbert-unicon opened this issue 10 years ago • 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).

ggilbert-unicon avatar Dec 08 '15 14:12 ggilbert-unicon

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

jhonnyflorez23 avatar Apr 09 '18 16:04 jhonnyflorez23