Commit Graph
66 Commits
Author SHA1 Message Date
godotg 37cfbd6e6c feat[storage]: custom convert 2024-07-20 08:47:01 +08:00
godotg 921e8bd6a6 perf[storage]: array or collection is null safe 2024-07-19 22:07:45 +08:00
godotg 49132877bf test[storage]: convert test 2024-07-19 21:49:35 +08:00
godotg f25a6d2467 ref[storage]: refactor convert 2024-07-19 21:48:47 +08:00
godotg 28600e7102 ref[storage]: refactor convert 2024-07-19 21:45:50 +08:00
godotg befe0badef ref[storage]: set convert 2024-07-19 20:55:01 +08:00
godotg 8f0d8b1e72 chore[storage]: comment 2024-05-31 17:58:16 +08:00
godotg adb2e8324f test[gdscript]: export binary file from excel 2024-05-31 17:51:10 +08:00
godotg e73b79d8b4 test[gdscript]: export binary file from excel 2024-05-31 17:33:44 +08:00
godotg 074f5d1303 chore[storage]: typo 2024-01-27 10:54:39 +08:00
libin 58b29e7565 Protocol auto List by order 2023-11-17 16:41:20 +08:00
godotg a6fe28d518 ref[storage]: refactor lambda of storage 2023-10-21 20:46:14 +08:00
godotg 592523a3bd ref[storage]: refactor the storage module 2023-10-21 11:30:24 +08:00
godotg c466b5d1f2 ref[storage]: refactor the storage module 2023-10-21 11:28:35 +08:00
godotg 2499c4dc14 ref[storage]: refactor the storage module 2023-10-21 11:09:16 +08:00
godotg afa85e55fb perf[storage]: use string as cache to reduce memory consumption 2023-10-21 09:51:02 +08:00
godotg 5bcb2ca877 test[storage]: record class test 2023-09-19 21:15:48 +08:00
godotg a8f795393e fix[storage]: record check error 2023-09-19 21:12:24 +08:00
godotg 2cc4adfef9 test[storage]: record class test 2023-09-19 20:56:09 +08:00
godotg 7ba3cc8d6a ref[storage]: rename lambda 2023-09-19 20:45:24 +08:00
凌星 f045d44d37 doc[storage]: Synchronize the latest documents. 2023-09-19 17:17:38 +08:00
凌星 5972deb641 pref[storage]: Remove graalvm sdk dependency 2023-09-18 11:19:49 +08:00
凌星 05ae9073fb fix[storage]: Fix storage functional method reference bug 2023-09-18 10:14:42 +08:00
godotg d4c0710871 test[storage]: ignore test 2023-09-16 11:24:47 +08:00
凌星 f2ff1fd237 perf[storage]: Interface optimization
1.优化storage函数式方法引用缓存,采用spring自带的实现;
2.优化合并属性工具类;
2023-09-15 16:51:14 +08:00
凌星 381e5b8d37 perf[storage]:优化配置表模块
1.增加函数式方法引用缓存;
2.移除guava依赖库,减少第三方依赖;
3.优化部分函数式接口;
2023-09-14 18:38:08 +08:00
凌星 f338bf41a8 bugfix:修复storage加入record类导致生成协议报错bug; 2023-09-13 23:19:17 +08:00
godotgandGitHub eaef89afa0 Merge branch 'main' into feat_storage 2023-09-13 20:52:20 +08:00
凌星 3529386d07 perf[storage];
1.优化配置表访问接口;
2.优化索引字符串替换为函数式接口的方式;
3.支持record类的配置Bean;
4.容器使用不可变数据结构防止业务中不小心修改带来的问题.
2023-09-13 20:00:41 +08:00
godotg 64a9fec7ba chore[version]: update version 2023-09-12 23:40:48 +08:00
godotg 5bd66f4254 fix[zfoo]: maven compile warning 2023-09-09 12:20:05 +08:00
godotg e5eed6b746 test[zfoo]: skip test in net and orm 2023-09-09 11:00:27 +08:00
godotg cbc2f1e900 ref[packet]: move IPacket from protocol to net 2023-09-03 16:01:46 +08:00
godotg 2c2f49a4ce ref[storage]: refactor storage 2023-09-03 00:55:45 +08:00
godotg 0435d0f9d6 ref[storage]: refactor storage 2023-09-03 00:47:55 +08:00
godotg c05212799a ref[storage]: refactor storage 2023-09-03 00:45:32 +08:00
godotg 9a35193a9a ref[storage]: refactor storage 2023-09-02 22:35:17 +08:00
godotg 1da6b324af ref[storage]: package structure 2023-09-02 22:02:21 +08:00
sun a6e8d623bf fix[log]: fix logback pattern error in spring 3.x 2023-09-01 16:13:35 +08:00
godotg a0c624127d chore[storage]: update version 2023-03-25 18:26:57 +08:00
godotg 9895e3c9ec fix[gdscript]: fix gdscript syntax error 2023-03-04 17:13:23 +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
aoyu 590ba9e105 perf[storage] 把@Resource指定路径优化为指定别名 2022-12-28 19:59:34 +08:00
aoyu 4bde36ece9 feat[storage] resource注解新增指定路径功能 2022-12-28 17:27: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
aoyu f9a19e1947 feat[storage]:配置文件可以同时指定多个扫描路径和扫描包 2022-12-12 15:21:10 +08:00
superman 79449684ee feat[storage]:新增解析json为unmodifiableList的功能 2022-11-04 16:19:14 +08:00
godotg 370c090d23 perf[storage]: perfect gdscript generate option 2022-10-28 12:17:10 +08:00
godotg 1976be79a4 feat[storage]: 支持excel文件格式转换为csv文件格式 2022-10-27 22:54:22 +08:00