diff --git a/pom.xml b/pom.xml index ab43541..08e593f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.11 + 3.2.3 com.flagnote @@ -19,7 +19,7 @@ 17 17 17 - 2022.0.4 + 2023.0.0 registry.openif.com:5000 flagnote @@ -63,7 +63,7 @@ cn.hutool hutool-all - 5.8.18 + 5.8.25 org.projectlombok diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index d0dae9f..3f2432c 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -4,7 +4,10 @@ spring: cloud: config: name: flagnote-service - profile: prd - uri: http://flagnote-config-01:8080/flagnote-config,http://flagnote-config-02:8080/flagnote-config +# profile: prd + profile: dev +# uri: http://flagnote-config-01:20000/flagnote-config,http://flagnote-config-02:20000/flagnote-config + uri: http://localhost:21000/flagnote-config config: - import: optional:configserver:http://flagnote-config-01:8080/,optional:configserver:http://flagnote-config-02:8080/ +# import: optional:configserver:http://flagnote-config-01:20000/,optional:configserver:http://flagnote-config-02:20000/ + import: optional:configserver:http://localhost:20000/