Skip to content
Snippets Groups Projects
Commit ceffd3b1 authored by tranoris's avatar tranoris
Browse files

fix for #26

parent d3b7dfb9
No related branches found
No related tags found
2 merge requests!22MR for Release 2024Q4,!14Resolve "Reduce H2 database size"
Pipeline #9873 passed
......@@ -86,6 +86,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.3.232</version>
</dependency>
<dependency>
<groupId>org.etsi.osl</groupId>
......
server:
port: 13689
flowable:
history-level: none
spring:
application:
name: openslice-osom
datasource:
url: jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
url: jdbc:h2:~/temp/tempdb;DB_CLOSE_DELAY=-1
password: sa
username: sa
jpa:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment