mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
upgrade(version): 3.8.2
Some checks are pending
Some checks are pending
This commit is contained in:
parent
a3bbf01213
commit
eabb9249d2
16
README.md
16
README.md
@ -37,15 +37,15 @@
|
||||
|
||||
### 核心依赖
|
||||
|
||||
| 依赖 | 版本 |
|
||||
|-----------------------------|-----------|
|
||||
| Spring Boot | 3.3.4 |
|
||||
| Spring Cloud | 2023.0.3 |
|
||||
| 依赖 | 版本 |
|
||||
|-----------------------------|------------|
|
||||
| Spring Boot | 3.3.5 |
|
||||
| Spring Cloud | 2023.0.3 |
|
||||
| Spring Cloud Alibaba | 2023.0.1.2 |
|
||||
| Spring Authorization Server | 1.3.1 |
|
||||
| Mybatis Plus | 3.5.8 |
|
||||
| Vue | 3.4 |
|
||||
| Element Plus | 2.7 |
|
||||
| Spring Authorization Server | 1.3.3 |
|
||||
| Mybatis Plus | 3.5.9 |
|
||||
| Vue | 3.4 |
|
||||
| Element Plus | 2.7 |
|
||||
|
||||
### 模块说明
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- 项目版本号 -->
|
||||
<revision>3.8.1</revision>
|
||||
<revision>3.8.2</revision>
|
||||
<spring-boot.version>3.3.5</spring-boot.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
@ -24,7 +24,7 @@
|
||||
<fastjson.version>1.2.83_noneautotype</fastjson.version>
|
||||
<springdoc.version>2.6.0</springdoc.version>
|
||||
<swagger.core.version>2.2.25</swagger.core.version>
|
||||
<mybatis-plus.version>3.5.8</mybatis-plus.version>
|
||||
<mybatis-plus.version>3.5.9</mybatis-plus.version>
|
||||
<mysql.version>9.0.0</mysql.version>
|
||||
<dynamic-ds.version>4.3.1</dynamic-ds.version>
|
||||
<seata.version>1.7.0</seata.version>
|
||||
@ -162,18 +162,10 @@
|
||||
<!--orm 相关-->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||
<version>${mybatis-plus.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-extension</artifactId>
|
||||
<version>${mybatis-plus.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-annotation</artifactId>
|
||||
<artifactId>mybatis-plus-bom</artifactId>
|
||||
<version>${mybatis-plus.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<!--hutool bom 工具类-->
|
||||
<dependency>
|
||||
|
@ -39,11 +39,12 @@
|
||||
<!--mybatis-->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-annotation</artifactId>
|
||||
<artifactId>mybatis-plus-spring</artifactId>
|
||||
</dependency>
|
||||
<!-- mybatis-plus 3.5.9 需要单独引入此依赖-->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-extension</artifactId>
|
||||
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
||||
</dependency>
|
||||
<!--swagger 注解-->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user