File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ java -jar target/code-demo-1.0-SNAPSHOT.jar
158
158
159
159
160
160
## 集成的组件
161
- - [ Spring Boot 2.1.7 ] ( https://docs.spring.io/spring-boot/docs/2.1.7 .RELEASE/reference/html/ )
161
+ - [ Spring Boot 2.2.2 ] ( https://docs.spring.io/spring-boot/docs/2.2.2 .RELEASE/reference/html/ )
162
162
- [ MyBatis通用Mapper] ( https://github.com/abel533/Mapper ) - tk.mybatis
163
163
- [ Mybatis通用分页插件] ( https://github.com/pagehelper/Mybatis-PageHelper ) - PageHelper
164
164
- [ lombok] ( https://projectlombok.org/ ) - 简化使用
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.1.7 .RELEASE</version >
10
+ <version >2.2.2 .RELEASE</version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34
34
<java .version>1.8</java .version>
35
+ <spring-cloud .version>Hoxton.SR1</spring-cloud .version>
35
36
<code-core .version>1.0-SNAPSHOT</code-core .version>
36
37
<code-generator .version>1.0-SNAPSHOT</code-generator .version>
37
38
<tk .mybatis.version>2.1.5</tk .mybatis.version>
47
48
48
49
<dependencyManagement >
49
50
<dependencies >
51
+ <dependency >
52
+ <groupId >org.springframework.cloud</groupId >
53
+ <artifactId >spring-cloud-dependencies</artifactId >
54
+ <version >${spring-cloud.version} </version >
55
+ <type >pom</type >
56
+ <scope >import</scope >
57
+ </dependency >
50
58
<dependency >
51
59
<groupId >lazy.fast.code</groupId >
52
60
<artifactId >code-core</artifactId >
You can’t perform that action at this time.
0 commit comments