Skip to content

Commit

Permalink
fix: 修改pom 修改文件夹名
Browse files Browse the repository at this point in the history
  • Loading branch information
T13MAX committed Nov 15, 2024
1 parent 4dc68bc commit a52d094
Show file tree
Hide file tree
Showing 175 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
| [common-util] | 工具类 | |
| [common-template] | 打表读表 | 自动生成java实体类 打json文件 |
| [t13max-bot] | 机器人模块 | 自动化机器人 压测,自动执行业务模拟真实玩家 |
| [t13max-data] | 数据模块 | Redis/MongoDB |
| [t13max-rpc] | Rpc | Rpc基础 |
| [t13max-hotagent] | 热更 | 热更相关 |
| [t13max-dms] | 自动内存管理 | 自动内存管理 事务 回滚 自动入库 |

### 备忘录

* 打表模块优化
* 热更 JMX
* redis 跨进程事件系统 rpc
* 热更 JMX
* 完善机器人 消息处理 异常处理
* 是否启用某模块 配置优化 (ioc rpc)

8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<name>t13max-common</name>
<url>https://gitee.com/t13max</url>
<modules>
<module>common-ai</module>
<module>common-util</module>
<module>common-core</module>
<module>common-template</module>
<module>t13max-ai</module>
<module>t13max-util</module>
<module>t13max-core</module>
<module>t13max-template</module>
<module>t13max-bot</module>
<module>t13max-hotagent</module>
<module>t13max-dms</module>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a52d094

Please sign in to comment.