File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
spring-data-eclipse-store-jpa/src/main/resources Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ hs_err_pid*
65
65
storage
66
66
storage-person
67
67
storage-invoice
68
- storage-jpa
68
+ 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
69
72
70
73
# == IntelliJ ==
71
74
* .iml
@@ -86,4 +89,3 @@ storage-jpa
86
89
.idea /codeStyles /*
87
90
! .idea /codeStyles /codeStyleConfig.xml
88
91
! .idea /codeStyles /Project.xml
89
- /spring-data-eclipse-store-demo /storage-complex
Original file line number Diff line number Diff line change 1
- org.eclipse.store.storage-directory =./storage-jpa
1
+ org.eclipse.store.storage-directory =./storage-eclipsestore
2
+ spring.datasource.url =jdbc:h2:file:./storage-h2;
3
+ spring.jpa.hibernate.ddl-auto =update
You can’t perform that action at this time.
0 commit comments