Skip to content

Commit 71f8f42

Browse files
authored
Merge pull request kaakaww#27 from kaakaww/feature/fix-h2-again
Fixed h2 data
2 parents 24b3ebd + fed5a1e commit 71f8f42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

db/vulny.mv.db

0 Bytes
Binary file not shown.

src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ spring.datasource.username=sa
44
spring.datasource.password=password
55
spring.datasource.driverClassName=org.h2.Driver
66
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
7-
spring.jpa.hibernate.ddl-auto=update
7+
spring.jpa.generate-ddl=true
8+
spring.jpa.hibernate.ddl-auto=create-drop
9+
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
810
server.port=9000
911

1012
springdoc.api-docs.path=/openapi

0 commit comments

Comments
 (0)