You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Simple ToDo app containing REST API written in Java and Kotlin using:
12
12
**username**=`postgres`<br/>
13
13
**password**=`system`<br/>
14
14
**NOTE**: Make sure they are matching `spring.datasource.username` / `spring.flyway.user` properties in `application.properties` file
15
-
2. Enter directory of `first-java-kotlin-gradle-project` module
15
+
2. Enter directory of `todo-kotlin-java-app` module
16
16
3. Make sure property `spring.flyway.enabled` is set to `true` located in `src/main/resources/application.properties`
17
17
4. Execute `./gradlew bootRun` command
18
18
5. Before 2nd and every other app run (i.e. before executing Step4) set `spring.flyway.enabled` property to `false` located in `src/main/resources/application.properties`
0 commit comments