Skip to content
Snippets Groups Projects

Rename the in-mem databases for testing

3 files
+ 25
26
Compare changes
  • Side-by-side
  • Inline

Files

@@ -27,15 +27,3 @@ spring.liquibase.change-log=classpath:/changelog-master.yaml
spring.liquibase.enabled=true
spring.datasource.url=jdbc:h2:mem:dev-data
spring.h2.console.enabled=true
server.port=8082
logging.level.root=info
springdoc.api-docs.path="/api-docs"
springdoc.api-docs.enabled=true
springdoc.swagger-ui.path="/swagger-ui"
labracore.defaultVersion ="0.0.0"
Loading