Skip to content

Commit

Permalink
fix: 1.0.0 依赖不到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Oct 17, 2023
1 parent beda522 commit 86c6e11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main feature:
<dependency>
<groupId>io.github.avidbyte</groupId>
<artifactId>netty-websocket-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down Expand Up @@ -232,3 +232,7 @@ netty.websocket.endpoint.chat/audio.all-idle-time-seconds=30
#### 1.0.0

- Implement basic functions of websocket service

#### 1.0.1

- fix: adjust the project structure to solve the problem of jar dependencies not being found
7 changes: 6 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ README: [English](https://github.com/avidbyte/netty-websocket-boot-starter/blob/
<dependency>
<groupId>io.github.avidbyte</groupId>
<artifactId>netty-websocket-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down Expand Up @@ -237,3 +237,8 @@ WebSocketServerCompressionHandler 是 Netty 中用于 WebSocket 消息压缩的
#### 1.0.0

- 实现 websocket 服务的基本功能
-
#### 1.0.1

- fix:调整项目结构,解决jar依赖找不到的问题

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.avidbyte</groupId>
<artifactId>netty-websocket-boot-starter</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>netty-websocket-boot-starter</name>
<description>netty-websocket-boot-starter</description>

Expand Down

0 comments on commit 86c6e11

Please sign in to comment.