We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fa5ca commit 718ff0bCopy full SHA for 718ff0b
build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
24
implementation("org.springframework.boot:spring-boot:3.3.0")
25
- implementation("org.springframework.cloud:spring-cloud-config-server:4.2.2")
+ implementation("org.springframework.cloud:spring-cloud-config-server:4.1.5")
26
implementation("ch.qos.logback:logback-classic:1.5.6")
27
implementation("org.springframework.boot:spring-boot-starter-web:3.3.0")
28
}
example.application.yml
@@ -1,7 +1,7 @@
1
spring:
2
profiles:
3
# Set to native to use a local filesystem/static url
4
- active: git
+ active: native
5
cloud:
6
config:
7
server:
0 commit comments