Skip to content

Commit 70448f8

Browse files
committed
Rename project name, bump up Gradle version and update README
1 parent 4768767 commit 70448f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Simple ToDo app containing REST API written in Java and Kotlin using:
1212
**username**=`postgres`<br/>
1313
**password**=`system`<br/>
1414
**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
1616
3. Make sure property `spring.flyway.enabled` is set to `true` located in `src/main/resources/application.properties`
1717
4. Execute `./gradlew bootRun` command
1818
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`

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "first-java-kotlin-gradle-project"
1+
rootProject.name = "todo-kotlin-java-app"
22

33

44

0 commit comments

Comments
 (0)