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 1e6f6da commit cd341c2Copy full SHA for cd341c2
.gitignore
@@ -31,3 +31,5 @@ build/
31
32
### VS Code ###
33
.vscode/
34
+
35
+*.db
leaf-server/src/main/resources/application.properties
@@ -18,8 +18,8 @@ leaf.segment.enable=true
18
spring.datasource.jdbc-url=jdbc:h2:./leaf.db
19
spring.datasource.driver-class-name=org.h2.Driver
20
21
-spring.jpa.show-sql=true
22
-spring.jpa.hibernate.ddl-auto=create-drop
+spring.jpa.show-sql=false
+spring.jpa.hibernate.ddl-auto=update
23
24
25
leaf.snowflake.enable=false
0 commit comments