Skip to content

Commit

Permalink
更新部分配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kingston-csj committed Aug 19, 2024
1 parent 9214bb2 commit 07e6e84
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 15 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
如果您发现bug,或者有任何疑问,请提交issue !!
mysql合服工程,基于jforgame的分布式五子棋源代码,私聊获取。
合作/咨询:+Q 641711541
我刚开通了知识星球,来向我提问吧~~
我刚开通了知识星球,快来瞧一瞧吧~~
定时更新基础业务模块开发,付费用户可向星主索取整套可运行源码~~
![](/screenshots/zsxq.jpg "知识星球")

## 免责申明
Expand Down
6 changes: 3 additions & 3 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## V1.0.0(2024-03-22)
### jforgame-commons 基本工具类
### jforgame-socket-parent 网络框架,netty+mina
### jforgame-codec-parent 消息编解码,protobuf+reflect
### jforgame-codec-parent 消息编解码,protobuf+struct


## V1.1.0(2024-03-29)
Expand All @@ -36,7 +36,7 @@
### jforgame-doctor
增加對jdk17及以上版本的支持
### jforgame-data
新增加策划配置数据读取工具,支持csv/excel格式,允许数据按id查询,按索引查询,支持数据热更新
新增加策划配置数据读取工具,支持csv/excel格式,允许数据按id查询,按索引查询,支持数据热更新(此版本不推荐使用,直接升级到2.x)


## V2.0.0(2024-08-01),网关客户端代码需要稍微修改,升级大版本号
Expand All @@ -50,7 +50,7 @@
### jforgame-socket-netty
websocket支持BinaryWebSocketFrame
### jforgame-socket-mina
升级mina-core版本: from 2.0.7 to 2.0.22
升级mina-core版本: from 2.0.7 to 2.0.22, 去掉mina-http依赖
### jforgame-data
jforgame-data更名为jforgame-spring-boot-starter-data
修复DataManager注入失败bug
Expand Down
1 change: 0 additions & 1 deletion jforgame-codec-parent/jforgame-codec-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<groupId>io.github.jforgame</groupId>
<artifactId>jforgame-codec-api</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.baidu</groupId>
Expand Down
1 change: 0 additions & 1 deletion jforgame-codec-parent/jforgame-codec-struct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<groupId>io.github.jforgame</groupId>
<artifactId>jforgame-codec-api</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion jforgame-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jforgame-commons</artifactId>
<description>jforgame base common utils</description>
<description>jforgame common utils</description>

<dependencies>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions jforgame-socket-parent/jforgame-socket-mina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@
<groupId>io.github.jforgame</groupId>
<artifactId>jforgame-socket-api</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-http</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 0 additions & 2 deletions jforgame-socket-parent/jforgame-socket-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.jforgame</groupId>
<artifactId>jforgame-socket-api</artifactId>
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion jforgame-socket-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.jforgame</groupId>
<artifactId>jforgame-socket-parent</artifactId>
<description>jforgame socket server, including message codec, message request mapper, session management</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 07e6e84

Please sign in to comment.