Attempt for test fix
This commit is contained in:
parent
f009c43678
commit
54c9dc1f97
@ -298,6 +298,8 @@ spring.resources.chain:
|
||||
content:
|
||||
enabled: "true"
|
||||
|
||||
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation: "true"
|
||||
|
||||
# HSQLDB DAO Configuration
|
||||
spring:
|
||||
data:
|
||||
|
||||
@ -4,6 +4,7 @@ database.entities.type=sql
|
||||
sql.ts_inserts_executor_type=fixed
|
||||
sql.ts_inserts_fixed_thread_pool_size=10
|
||||
|
||||
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
||||
spring.jpa.show-sql=false
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.jpa.database-platform=org.hibernate.dialect.HSQLDialect
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -442,6 +442,12 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user