Commit Graph

780 Commits

Author SHA1 Message Date
godotg d0aa341c06 log[gateway]: detailed log 2023-01-06 18:20:15 +08:00
zfoo a2d94e0e58 Merge pull request #41 from Yuao-github/main
feat[storage] Add @ExcelFieldName to specify the column name of the r…
2023-01-04 10:28:53 +08:00
aoyu 2e49638052 feat[storage] Add @ExcelFieldName to specify the column name of the resource file 2022-12-31 14:07:30 +08:00
godotg 6ad5cabdae Merge pull request #40 from Yuao-github/main
perf[storage] 把@Resource指定路径优化为指定别名
2022-12-29 13:26:47 +08:00
aoyu 590ba9e105 perf[storage] 把@Resource指定路径优化为指定别名 2022-12-28 19:59:34 +08:00
jaysunxiao b9f5d4b8d5 fix[storage]: does not expose the real error exception 2022-12-28 19:34:26 +08:00
godotg 8dc27200c1 Merge pull request #39 from Yuao-github/main
feat[storage] resource注解新增指定路径功能
2022-12-28 18:59:21 +08:00
aoyu 4bde36ece9 feat[storage] resource注解新增指定路径功能 2022-12-28 17:27:15 +08:00
godotg 91393207e5 fix[channel]: wrong channel object was used 2022-12-23 20:42:39 +08:00
godotg 4cec1a0574 perf[session]: use primitive type in SessionManager 2022-12-23 18:55:00 +08:00
godotg f1f991c742 del[net]: remove unnecessary thread constructor parameters 2022-12-22 21:05:08 +08:00
godotg 2df2f31e62 del[net]: remove methods that are not used 2022-12-22 18:14:24 +08:00
godotg 758b12f583 del[net]: removed infrequently used constructors 2022-12-22 18:09:13 +08:00
godotg 34e6ec83bf perf[net]: use Objects requireNonNullElse method 2022-12-20 23:14:40 +08:00
godotg c8774def51 Merge pull request #38 from tingyanshen/feat/session_lifecycle
refactor[net]: adding session lifecycle consumer support
2022-12-20 19:55:38 +08:00
石头 f2ab3ac584 refactor[net]: adding session lifecycle consumer support 2022-12-20 19:22:06 +08:00
godotg 41009a99a7 doc[zfoo]: update document 2022-12-14 15:05:15 +08:00
godotg bcae705849 perf[storage]: use another collection to store resources 2022-12-13 11:27:15 +08:00
godotg d95088cfa8 fix[storage]: fixed the issue that when packaged as a jar, the resource could not get the absolute path 2022-12-13 11:10:42 +08:00
godotg 80a04ae581 Merge pull request #37 from Yuao-github/main
perf[storage] 优化了字符串处理函数
2022-12-12 19:17:12 +08:00
godotg d77792cbfc ref[net]: refactored the packet service 2022-12-12 18:57:11 +08:00
aoyu f3460a9e3d perf[storage] 优化了字符串处理函数 2022-12-12 18:54:29 +08:00
godotg 9fbdf0f263 ref[net]: refactored the session event 2022-12-12 18:48:36 +08:00
godotg 9d3da6c3c9 ref[net]: refactored the session attribute 2022-12-12 18:34:03 +08:00
godotg 2e83ab20eb Merge pull request #36 from Yuao-github/main
feat[storage]:配置文件可以同时指定多个扫描路径和扫描包
2022-12-12 17:18:52 +08:00
godotg a551e18de7 rename[test]: rename test unit 2022-12-12 16:10:08 +08:00
godotg 9e0fed2a88 del[net]: remove the rarely used load balancing policy shortest-time-consumer 2022-12-12 15:59:51 +08:00
aoyu f9a19e1947 feat[storage]:配置文件可以同时指定多个扫描路径和扫描包 2022-12-12 15:21:10 +08:00
godotg 04ff16027f fix[net]: fixed the inconsistency between the hashcode and int Value() return values of the Long wrapper class 2022-12-12 09:08:35 +08:00
godotg a68ef4eb28 perf[orm]: orm manager adds an API to get MongoClient 2022-12-11 21:14:43 +08:00
godotg 5d8464562f doc[net]: other hash algorithms can be customized to make the distribution more uniform 2022-12-11 20:52:16 +08:00
godotg 4d211f0a53 ref[net]: fefactored task bus scheduling to use faster hashcode as the default calculation parameter 2022-12-11 19:53:57 +08:00
godotg fb0728d204 feat[protocol]: protocol registration no longer requires transient 2022-12-11 19:52:12 +08:00
godotg 949cee885c del[net]: remove difficult and infrequently used task-dispatcher configurations 2022-12-11 18:57:26 +08:00
godotg 8670fea807 perf[net]: Wrong configuration gives appropriate hints 2022-12-11 17:04:07 +08:00
godotg 8fadd4b554 perf[protocol]: correct the source code comment 2022-12-06 14:26:27 +08:00
godotg b7b23623f2 perf[hotswap]: improved the readability of exception logs 2022-12-06 12:55:00 +08:00
godotg dd608f60f6 chore[event]: event bug document and code comments 2022-12-06 12:48:03 +08:00
godotg 469abf647f doc[event]: update code comments 2022-12-04 11:27:36 +08:00
godotg 21371b2567 chore[boot]: adjust documents and comments 2022-12-04 11:02:37 +08:00
godotg 7c980c1602 del[logback]: remove useless logback configurations 2022-12-04 10:58:26 +08:00
godotg 88b7fc9174 doc[tank]: update document 2022-12-03 08:29:24 +08:00
godotg 6c5936c157 doc[tank]: update document 2022-12-03 08:24:47 +08:00
godotg 197c46129b doc[zfoo]: update document 2022-12-02 21:13:21 +08:00
godotg 44004d5f93 doc[zfoo]: update document 2022-12-02 20:39:13 +08:00
godotg 2f75896907 doc[zfoo]: update document 2022-12-02 18:37:48 +08:00
godotg 076cc3d5f3 doc[zfoo]: update document 2022-12-02 18:31:19 +08:00
godotg 43000d733e doc[deploy]: update document 2022-12-02 18:08:12 +08:00
godotg ab60b86a79 chore[maven]: maven style 2022-12-02 17:17:06 +08:00
godotg 781595db31 chore[ignore]: ignore update 2022-12-02 17:13:55 +08:00