File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
44 jacoco
55 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
66 id(" com.github.ben-manes.versions" ) version " 0.52.0"
7- // id("org.springframework.boot") version "3.5.6"
8- id(" org.springframework.boot" ) version " 3.5.8"
7+ id(" org.springframework.boot" ) version " 3.5.6"
8+ // id("org.springframework.boot") version "3.5.8"
99// id("org.springframework.boot") version "4.0.0"
1010 id(" org.springdoc.openapi-gradle-plugin" ) version " 1.9.0"
1111 id(" io.spring.dependency-management" ) version " 1.1.7"
@@ -35,8 +35,8 @@ repositories {
3535}
3636
3737dependencies {
38- // implementation("org.springframework.boot:spring-boot-starter")
39- implementation(" org.springframework.boot:spring-boot-starter:4.0.0" )
38+ implementation(" org.springframework.boot:spring-boot-starter" )
39+ // implementation("org.springframework.boot:spring-boot-starter:4.0.0")
4040 implementation(" org.springframework.boot:spring-boot-starter-web" )
4141 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
4242 implementation(" org.springframework.boot:spring-boot-starter-validation" )
@@ -130,5 +130,3 @@ sonar {
130130 property(" sonar.dependencyVerification.enabled" , " false" )
131131 }
132132}
133-
134-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99
1010spring :
1111 profiles :
12- # default: dev
12+ default : dev
1313 # active: dev
14- active : prod
14+ # active: prod
1515 application :
1616 name : app
1717 main :
You can’t perform that action at this time.
0 commit comments