Konstantin Krivopustov
Konstantin Krivopustov
Studio issue: https://youtrack.jmix.io/issue/JST-6250/Support-for-H2-database
All application project templates now use H2 by default. You can set `spring.h2.console.enabled=true` and access H2 console at `localhost:8080/h2-console`. To connect to the database, enter the same DB URL as...
Issue with identity column is fixed by switching each new connection to LEGACY mode in EclipseLink, until https://github.com/eclipse-ee4j/eclipselink/issues/1393 is fixed