Commit fe40b04
committed
Fix: Use in-memory HSQLDB to avoid file creation issues in CI/CD
* Switched the database configuration to use an in-memory HSQLDB instance instead of creating a file-based database. This change addresses permission issues encountered during CI/CD, where file creation rights were not permitted.1 parent e3ba822 commit fe40b04
File tree
2 files changed
+2
-2
lines changed- parent-boot-2
- testing-modules/spring-testing-2/src/test/resources
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
0 commit comments