We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e738f4b commit 2d8d1e9Copy full SHA for 2d8d1e9
2 files changed
.gitignore
@@ -65,7 +65,10 @@ hs_err_pid*
65
storage
66
storage-person
67
storage-invoice
68
-storage-jpa
+storage-complex
69
+storage-eclipsestore
70
+spring-data-eclipse-store-jpa/storage-h2.mv.db
71
+spring-data-eclipse-store-jpa/storage-h2.trace.db
72
73
# == IntelliJ ==
74
*.iml
@@ -86,4 +89,3 @@ storage-jpa
86
89
.idea/codeStyles/*
87
90
!.idea/codeStyles/codeStyleConfig.xml
88
91
!.idea/codeStyles/Project.xml
-/spring-data-eclipse-store-demo/storage-complex
spring-data-eclipse-store-jpa/src/main/resources/application.properties
@@ -1 +1,3 @@
1
-org.eclipse.store.storage-directory=./storage-jpa
+org.eclipse.store.storage-directory=./storage-eclipsestore
2
+spring.datasource.url=jdbc:h2:file:./storage-h2;
3
+spring.jpa.hibernate.ddl-auto=update
0 commit comments