Commit ceffd3b1 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fix for #26

parent d3b7dfb9
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -86,6 +86,7 @@
		<dependency>
		<dependency>
			<groupId>com.h2database</groupId>
			<groupId>com.h2database</groupId>
			<artifactId>h2</artifactId>
			<artifactId>h2</artifactId>
			<version>2.3.232</version>
		</dependency>
		</dependency>
		<dependency>
		<dependency>
			<groupId>org.etsi.osl</groupId>
			<groupId>org.etsi.osl</groupId>
+4 −1
Original line number Original line Diff line number Diff line
server:
server:
  port: 13689
  port: 13689
    
    
flowable:
  history-level: none    
  
spring:
spring:
  application:
  application:
    name: openslice-osom
    name: openslice-osom
  datasource:
  datasource:
    url: jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
    url: jdbc:h2:~/temp/tempdb;DB_CLOSE_DELAY=-1
    password: sa
    password: sa
    username: sa
    username: sa
  jpa:
  jpa: