File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 80
80
<cglib .version>3.3.0</cglib .version>
81
81
82
82
<!-- 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>
84
85
85
86
<!-- Testing 版本 -->
86
87
<junit .version>4.13</junit .version>
113
114
<scope >import</scope >
114
115
</dependency >
115
116
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
+
116
125
<!-- Servlet 3.1 API -->
117
126
<dependency >
118
127
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 83
83
<artifactId >spring-boot-starter-security</artifactId >
84
84
</dependency >
85
85
86
+ <dependency >
87
+ <groupId >org.springframework.cloud</groupId >
88
+ <artifactId >spring-cloud-config-client</artifactId >
89
+ </dependency >
90
+
86
91
<dependency >
87
92
<groupId >com.google.guava</groupId >
88
93
<artifactId >guava</artifactId >
You can’t perform that action at this time.
0 commit comments