File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ main feature:
2828<dependency >
2929 <groupId >io.github.avidbyte</groupId >
3030 <artifactId >netty-websocket-boot-starter</artifactId >
31- <version >1.0.0 </version >
31+ <version >1.0.1 </version >
3232</dependency >
3333```
3434
@@ -232,3 +232,7 @@ netty.websocket.endpoint.chat/audio.all-idle-time-seconds=30
232232#### 1.0.0
233233
234234- 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/
2828<dependency >
2929 <groupId >io.github.avidbyte</groupId >
3030 <artifactId >netty-websocket-boot-starter</artifactId >
31- <version >1.0.0 </version >
31+ <version >1.0.1 </version >
3232</dependency >
3333```
3434
@@ -237,3 +237,8 @@ WebSocketServerCompressionHandler 是 Netty 中用于 WebSocket 消息压缩的
237237#### 1.0.0
238238
239239- 实现 websocket 服务的基本功能
240+ -
241+ #### 1.0.1
242+
243+ - fix:调整项目结构,解决jar依赖找不到的问题
244+
Original file line number Diff line number Diff line change 55
66 <groupId >io.github.avidbyte</groupId >
77 <artifactId >netty-websocket-boot-starter</artifactId >
8- <version >1.0.1-SNAPSHOT </version >
8+ <version >1.0.1</version >
99 <name >netty-websocket-boot-starter</name >
1010 <description >netty-websocket-boot-starter</description >
1111
You can’t perform that action at this time.
0 commit comments