File tree Expand file tree Collapse file tree 4 files changed +17
-24
lines changed Expand file tree Collapse file tree 4 files changed +17
-24
lines changed Original file line number Diff line number Diff line change 37
37
38
38
### 核心依赖
39
39
40
- | 依赖 | 版本 |
41
- | -----------------------------| -----------|
42
- | Spring Boot | 3.3.4 |
43
- | Spring Cloud | 2023.0.3 |
40
+ | 依赖 | 版本 |
41
+ | -----------------------------| ------------ |
42
+ | Spring Boot | 3.3.5 |
43
+ | Spring Cloud | 2023.0.3 |
44
44
| Spring Cloud Alibaba | 2023.0.1.2 |
45
- | Spring Authorization Server | 1.3.1 |
46
- | Mybatis Plus | 3.5.8 |
47
- | Vue | 3.4 |
48
- | Element Plus | 2.7 |
45
+ | Spring Authorization Server | 1.3.3 |
46
+ | Mybatis Plus | 3.5.9 |
47
+ | Vue | 3.4 |
48
+ | Element Plus | 2.7 |
49
49
50
50
### 模块说明
51
51
Original file line number Diff line number Diff line change 15
15
16
16
<properties >
17
17
<!-- 项目版本号 -->
18
- <revision >3.8.1 </revision >
18
+ <revision >3.8.2 </revision >
19
19
<spring-boot .version>3.3.5</spring-boot .version>
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<maven .compiler.source>17</maven .compiler.source>
24
24
<fastjson .version>1.2.83_noneautotype</fastjson .version>
25
25
<springdoc .version>2.6.0</springdoc .version>
26
26
<swagger .core.version>2.2.25</swagger .core.version>
27
- <mybatis-plus .version>3.5.8 </mybatis-plus .version>
27
+ <mybatis-plus .version>3.5.9 </mybatis-plus .version>
28
28
<mysql .version>9.0.0</mysql .version>
29
29
<dynamic-ds .version>4.3.1</dynamic-ds .version>
30
30
<seata .version>1.7.0</seata .version>
162
162
<!-- orm 相关-->
163
163
<dependency >
164
164
<groupId >com.baomidou</groupId >
165
- <artifactId >mybatis-plus-spring-boot3-starter</artifactId >
166
- <version >${mybatis-plus.version} </version >
167
- </dependency >
168
- <dependency >
169
- <groupId >com.baomidou</groupId >
170
- <artifactId >mybatis-plus-extension</artifactId >
171
- <version >${mybatis-plus.version} </version >
172
- </dependency >
173
- <dependency >
174
- <groupId >com.baomidou</groupId >
175
- <artifactId >mybatis-plus-annotation</artifactId >
165
+ <artifactId >mybatis-plus-bom</artifactId >
176
166
<version >${mybatis-plus.version} </version >
167
+ <type >pom</type >
168
+ <scope >import</scope >
177
169
</dependency >
178
170
<!-- hutool bom 工具类-->
179
171
<dependency >
Original file line number Diff line number Diff line change 39
39
<!-- mybatis-->
40
40
<dependency >
41
41
<groupId >com.baomidou</groupId >
42
- <artifactId >mybatis-plus-annotation </artifactId >
42
+ <artifactId >mybatis-plus-spring </artifactId >
43
43
</dependency >
44
+ <!-- mybatis-plus 3.5.9 需要单独引入此依赖-->
44
45
<dependency >
45
46
<groupId >com.baomidou</groupId >
46
- <artifactId >mybatis-plus-extension </artifactId >
47
+ <artifactId >mybatis-plus-jsqlparser </artifactId >
47
48
</dependency >
48
49
<!-- swagger 注解-->
49
50
<dependency >
Original file line number Diff line number Diff line change 28
28
29
29
<properties >
30
30
<!-- 项目版本号 -->
31
- <revision >3.8.1 </revision >
31
+ <revision >3.8.2 </revision >
32
32
<spring-boot .version>3.3.5</spring-boot .version>
33
33
<spring-cloud .version>2023.0.3</spring-cloud .version>
34
34
<spring-cloud-alibaba .version>2023.0.1.3</spring-cloud-alibaba .version>
You can’t perform that action at this time.
0 commit comments