Skip to content

Commit

Permalink
docs(808): v2.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hylexus committed Nov 29, 2024
1 parent af928bd commit 9aad016
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ Jt-808协议服务端。
### 2. 添加依赖

- **spring-boot-3.x**
- `jt-808-server-spring-boot-starter-2.3.0-rc.1.jar`
- `jt-808-server-spring-boot-starter-2.3.0-rc.2.jar`
- **spring-boot-2.x**
- `jt-808-server-spring-boot-starter-boot2-2.3.0-rc.1.jar`
- `jt-808-server-spring-boot-starter-boot2-2.3.0-rc.2.jar`

按需求引入为 `808协议` 提供的 `spring-boot-starter`

- gradle

```groovy
implementation group: 'io.github.hylexus.jt', name: 'jt-808-server-spring-boot-starter-boot2', version: "2.3.0-rc.1"
implementation group: 'io.github.hylexus.jt', name: 'jt-808-server-spring-boot-starter-boot2', version: "2.3.0-rc.2"
```

- maven
Expand All @@ -124,7 +124,7 @@ implementation group: 'io.github.hylexus.jt', name: 'jt-808-server-spring-boot-s
<dependency>
<groupId>io.github.hylexus.jt</groupId>
<artifactId>jt-808-server-spring-boot-starter-boot2</artifactId>
<version>2.3.0-rc.1</version>
<version>2.3.0-rc.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/src/v2/jt-808/guide/quick-start/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ icon: plugin
<dependency>
<groupId>io.github.hylexus.jt</groupId>
<artifactId>jt-808-server-spring-boot-starter-boot2</artifactId>
<version>2.3.0-rc.1</version>
<version>2.3.0-rc.2</version>
<!-- 1. 排除 jt-framework 自带的 spring-boot-starter(2.7.18) -->
<exclusions>
<exclusion>
Expand Down Expand Up @@ -120,7 +120,7 @@ icon: plugin
<dependency>
<groupId>io.github.hylexus.jt</groupId>
<artifactId>jt-808-server-spring-boot-starter</artifactId>
<version>2.3.0-rc.1</version>
<version>2.3.0-rc.2</version>
<exclusions>
<!-- 1. 排除 jt-framework 自带的 spring-boot-starter(3.3.0) -->
<exclusion>
Expand Down
8 changes: 4 additions & 4 deletions docs/src/v2/jt-808/guide/quick-start/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ icon: launch
<dependency>
<groupId>io.github.hylexus.jt</groupId>
<artifactId>jt-808-server-spring-boot-starter-boot2</artifactId>
<version>2.3.0-rc.1</version>
<version>2.3.0-rc.2</version>
</dependency>
```

@tab:active gradle

```groovy
implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-starter-boot2:2.3.0-rc.1'
implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-starter-boot2:2.3.0-rc.2'
```

:::
Expand All @@ -62,14 +62,14 @@ implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-starter-boot2:2.3
<dependency>
<groupId>io.github.hylexus.jt</groupId>
<artifactId>jt-808-server-spring-boot-starter</artifactId>
<version>2.3.0-rc.1</version>
<version>2.3.0-rc.2</version>
</dependency>
```

@tab:active gradle

```groovy
implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-starter:2.3.0-rc.1'
implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-starter:2.3.0-rc.2'
```

:::
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Dio.netty.allocator.type=unpooled
projectGroup=io.github.hylexus.jt
projectVersion=2.3.0-rc.1
projectVersion=2.3.0-rc.2
# scm
projectScmUrl=https://github.com/hylexus/jt-framework
projectScmConnection=scm:git:[email protected]:hylexus/jt-framework.git
Expand Down

0 comments on commit 9aad016

Please sign in to comment.