This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Eclipse maven template oasp4j-template-server version 2.4.0 produces pom with missing dependency spring-boot-starter-jdbc #613
Milestone
When you create a new OASP4J using the template io.oasp.java.templates/oasp4j-template-server version 2.4.0 as found on https://repo1.maven.org/maven2 the pom of the xxx-core project does not contain the following dependency:
This dependency is needed (at least) to make the H2 database work in file mode (see https://stackoverflow.com/questions/37903105/how-to-configure-spring-boot-to-use-file-based-h2-database discussion of answer 14)
Use of H2 in file mode is not explicitly described in src/main/resources/config/app/application.properties but there is a file application-h2file.properties. That file, however is useless without the above mentioned dependency. Also, the file application-h2mem.properties may be useless [have not tested].
Without the dependency these files / the configurations therein are (for whatever reason) not evaluated.
The text was updated successfully, but these errors were encountered: