Skip to content

Commit 6fca593

Browse files
committed
adjusted DB login credentials
1 parent 8154cb5 commit 6fca593

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Simple ToDo app containing REST API written in Java and Kotlin using:
88

99

1010
## Steps for setting and running app:
11-
1. Create `todo_db` database in Postgres DB ver 12 using `postgres` both as **username** and **password**
11+
1. Create `todo_db` database in Postgres DB ver 12 using following credentials:
12+
**username**=`postgres`<br/>
13+
**password**=`system`<br/>
14+
**NOTE**: Make sure they are matching `spring.datasource.username` / `spring.flyway.user` properties in `application.properties` file
1215
2. Enter directory of `first-java-kotlin-gradle-project` module
1316
3. Make sure property `spring.flyway.enabled` is set to `true` located in `src/main/resources/application.properties`
1417
4. Execute `./gradlew bootRun` command

0 commit comments

Comments
 (0)