Skip to content

Commit 94c366d

Browse files
committed
Polish Code
1 parent 3cafee8 commit 94c366d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

projects/stage-1/pom.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
<cglib.version>3.3.0</cglib.version>
8181

8282
<!-- Spring 依赖版本 -->
83-
<spring-boot.version>2.4.5</spring-boot.version>
83+
<spring-boot.version>2.4.6</spring-boot.version>
84+
<spring-cloud.version>2020.0.3</spring-cloud.version>
8485

8586
<!-- Testing 版本 -->
8687
<junit.version>4.13</junit.version>
@@ -113,6 +114,14 @@
113114
<scope>import</scope>
114115
</dependency>
115116

117+
<dependency>
118+
<groupId>org.springframework.cloud</groupId>
119+
<artifactId>spring-cloud-dependencies</artifactId>
120+
<version>${spring-cloud.version}</version>
121+
<type>pom</type>
122+
<scope>import</scope>
123+
</dependency>
124+
116125
<!-- Servlet 3.1 API -->
117126
<dependency>
118127
<groupId>javax.servlet</groupId>

projects/stage-1/shopizer/sm-shop/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
<artifactId>spring-boot-starter-security</artifactId>
8484
</dependency>
8585

86+
<dependency>
87+
<groupId>org.springframework.cloud</groupId>
88+
<artifactId>spring-cloud-config-client</artifactId>
89+
</dependency>
90+
8691
<dependency>
8792
<groupId>com.google.guava</groupId>
8893
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)