dev env
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.0.11</version>
|
<version>3.2.3</version>
|
||||||
<relativePath /> <!-- lookup parent from repository -->
|
<relativePath /> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.flagnote</groupId>
|
<groupId>com.flagnote</groupId>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<maven.compiler.target>17</maven.compiler.target>
|
||||||
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
|
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
|
||||||
<spring-cloud.version>2022.0.4</spring-cloud.version>
|
<spring-cloud.version>2023.0.0</spring-cloud.version>
|
||||||
<docker.repostory>registry.openif.com:5000</docker.repostory>
|
<docker.repostory>registry.openif.com:5000</docker.repostory>
|
||||||
<docker.registry.name>flagnote</docker.registry.name>
|
<docker.registry.name>flagnote</docker.registry.name>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>cn.hutool</groupId>
|
||||||
<artifactId>hutool-all</artifactId>
|
<artifactId>hutool-all</artifactId>
|
||||||
<version>5.8.18</version>
|
<version>5.8.25</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
|||||||
@@ -4,7 +4,10 @@ spring:
|
|||||||
cloud:
|
cloud:
|
||||||
config:
|
config:
|
||||||
name: flagnote-service
|
name: flagnote-service
|
||||||
profile: prd
|
# profile: prd
|
||||||
uri: http://flagnote-config-01:8080/flagnote-config,http://flagnote-config-02:8080/flagnote-config
|
profile: dev
|
||||||
|
# uri: http://flagnote-config-01:20000/flagnote-config,http://flagnote-config-02:20000/flagnote-config
|
||||||
|
uri: http://localhost:21000/flagnote-config
|
||||||
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/
|
||||||
|
|||||||
Reference in New Issue
Block a user