From d0b3392be83dfa383e35e98f36d8e637ba50a2af Mon Sep 17 00:00:00 2001
From: Jesse-Ma <24167796@qq.com>
Date: Thu, 7 Mar 2024 17:27:15 +1300
Subject: [PATCH] dev env
---
pom.xml | 6 +++---
src/main/resources/bootstrap.yml | 9 ++++++---
2 files changed, 9 insertions(+), 6 deletions(-)
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/