Skip to content

Commit 8825d38

Browse files
committed
Did some README.md cleanup
1 parent 963fd68 commit 8825d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ DB_PASSWORD=
140140
DB_DRIVER=org.sqlite.JDBC
141141
```
142142

143-
**Testing with H2 (no database setup required):**
143+
**H2 database (in memory - no database setup required):**
144144
```properties
145145
DB_URL=jdbc:h2:mem:testdb
146146
DB_USER=sa
147147
DB_PASSWORD=
148148
DB_DRIVER=org.h2.Driver
149149
```
150150

151-
**Testing with Oracle:**
151+
**Oracle:**
152152
```properties
153153
DB_URL=jdbc:oracle:thin:@localhost:1521:xe
154154
DB_USER=system

0 commit comments

Comments
 (0)