File tree 3 files changed +12
-3
lines changed 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ main feature:
28
28
<dependency >
29
29
<groupId >io.github.avidbyte</groupId >
30
30
<artifactId >netty-websocket-boot-starter</artifactId >
31
- <version >1.0.0 </version >
31
+ <version >1.0.1 </version >
32
32
</dependency >
33
33
```
34
34
@@ -232,3 +232,7 @@ netty.websocket.endpoint.chat/audio.all-idle-time-seconds=30
232
232
#### 1.0.0
233
233
234
234
- Implement basic functions of websocket service
235
+
236
+ #### 1.0.1
237
+
238
+ - fix: adjust the project structure to solve the problem of jar dependencies not being found
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ README: [English](https://github.com/avidbyte/netty-websocket-boot-starter/blob/
28
28
<dependency >
29
29
<groupId >io.github.avidbyte</groupId >
30
30
<artifactId >netty-websocket-boot-starter</artifactId >
31
- <version >1.0.0 </version >
31
+ <version >1.0.1 </version >
32
32
</dependency >
33
33
```
34
34
@@ -237,3 +237,8 @@ WebSocketServerCompressionHandler 是 Netty 中用于 WebSocket 消息压缩的
237
237
#### 1.0.0
238
238
239
239
- 实现 websocket 服务的基本功能
240
+ -
241
+ #### 1.0.1
242
+
243
+ - fix:调整项目结构,解决jar依赖找不到的问题
244
+
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >io.github.avidbyte</groupId >
7
7
<artifactId >netty-websocket-boot-starter</artifactId >
8
- <version >1.0.1-SNAPSHOT </version >
8
+ <version >1.0.1</version >
9
9
<name >netty-websocket-boot-starter</name >
10
10
<description >netty-websocket-boot-starter</description >
11
11
You can’t perform that action at this time.
0 commit comments