Skip to content

Commit 718ff0b

Browse files
committed
downgrade spring-cloud-starter-config to 4.1.5
1 parent 66fa5ca commit 718ff0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
2424
implementation("org.springframework.boot:spring-boot:3.3.0")
25-
implementation("org.springframework.cloud:spring-cloud-config-server:4.2.2")
25+
implementation("org.springframework.cloud:spring-cloud-config-server:4.1.5")
2626
implementation("ch.qos.logback:logback-classic:1.5.6")
2727
implementation("org.springframework.boot:spring-boot-starter-web:3.3.0")
2828
}

example.application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
profiles:
33
# Set to native to use a local filesystem/static url
4-
active: git
4+
active: native
55
cloud:
66
config:
77
server:

0 commit comments

Comments
 (0)