File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ Simple ToDo app containing REST API written in Java and Kotlin using:
8
8
9
9
10
10
## 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
12
15
2 . Enter directory of ` first-java-kotlin-gradle-project ` module
13
16
3 . Make sure property ` spring.flyway.enabled ` is set to ` true ` located in ` src/main/resources/application.properties `
14
17
4 . Execute ` ./gradlew bootRun ` command
You can’t perform that action at this time.
0 commit comments