crud implementation #2

Open
romanov73 wants to merge 7 commits from crud into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit b6fbbfcbe8 - Show all commits

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.6.4")
}
}
@ -22,8 +22,8 @@ repositories {
mavenCentral()
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 17
targetCompatibility = 17
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip