We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b3ebd commit fed5a1eCopy full SHA for fed5a1e
db/vulny.mv.db
0 Bytes
src/main/resources/application.properties
@@ -4,7 +4,9 @@ spring.datasource.username=sa
4
spring.datasource.password=password
5
spring.datasource.driverClassName=org.h2.Driver
6
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
7
-spring.jpa.hibernate.ddl-auto=update
+spring.jpa.generate-ddl=true
8
+spring.jpa.hibernate.ddl-auto=create-drop
9
+spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
10
server.port=9000
11
12
springdoc.api-docs.path=/openapi
0 commit comments