Skip to content

Commit fed5a1e

Browse files
committed
Fixed h2 data
1 parent 24b3ebd commit fed5a1e

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)