Skip to content

Commit c91dfd0

Browse files
committed
Rename project name, bump up Gradle version and update README
1 parent e82cfbe commit c91dfd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
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)