Skip to content

Commit

Permalink
✨ 优化 solon 依赖,可兼容 2.8.0 以上版本
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Nov 14, 2024
1 parent 0b77806 commit 553723e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 10 deletions.
6 changes: 6 additions & 0 deletions starter/mica-mqtt-client-solon-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

本插件基于 https://gitee.com/peigenlpy/mica-mqtt-solon-plugin 调整合并到官方(已经过作者同意)。

## 版本兼容
| 要求 | Solon 版本 |
|-----|-------|
| 最高 | 3.x |
| 最低 | 2.8.0 |

## 一、添加依赖

```xml
Expand Down
9 changes: 5 additions & 4 deletions starter/mica-mqtt-client-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
<name>${project.artifactId}</name>

<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-client</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/mica-mqtt-client-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## 版本兼容
| 要求 | Spring boot 版本 |
|-----|----------------|
| 最低 | 2.1.0.RELEASE |
| 最高 | 3.x |
| 最低 | 2.1.0.RELEASE |

## 一、添加依赖

Expand Down
6 changes: 6 additions & 0 deletions starter/mica-mqtt-server-solon-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

本插件基于 https://gitee.com/peigenlpy/mica-mqtt-solon-plugin 调整合并到官方(已经过作者同意)。

## 版本兼容
| 要求 | Solon 版本 |
|-----|-----------|
| 最高 | 3.x |
| 最低 | 2.8.0 |

## 一、添加依赖

```xml
Expand Down
9 changes: 5 additions & 4 deletions starter/mica-mqtt-server-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>${project.artifactId}</name>

<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-server</artifactId>
Expand All @@ -25,6 +21,11 @@
<groupId>net.dreamlu</groupId>
<artifactId>mica-net-http</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
<scope>provided</scope>
</dependency>
<!-- 简单的本地定时任务调度 -->
<dependency>
<groupId>org.noear</groupId>
Expand Down
2 changes: 1 addition & 1 deletion starter/mica-mqtt-server-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## 版本兼容
| 要求 | Spring boot 版本 |
|-----|----------------|
| 最低 | 2.1.0.RELEASE |
| 最高 | 3.x |
| 最低 | 2.1.0.RELEASE |

## 一、添加依赖

Expand Down

0 comments on commit 553723e

Please sign in to comment.