Commit Graph

63 Commits

Author SHA1 Message Date
godotg 9895e3c9ec fix[gdscript]: fix gdscript syntax error 2023-03-04 17:13:23 +08:00
aoyu e542ae7d60 perf[storage] reformat code 2023-02-27 20:15:14 +08:00
godotg 607314a442 revert[proxy]: bean should be pojo class 2023-01-17 11:18:52 +08:00
sun cbd34ac10b rename[storage]: rename getFieldName method 2023-01-10 20:19:49 +08:00
sun 051660e3a2 perf[storage]: use ExcelFieldName annotation as the column name 2023-01-10 20:03:33 +08:00
aoyu 5fde28f669 ref[storage] rewrite code of @ExcelFieldName 2023-01-10 15:33:11 +08:00
godotg 5ef04e0b17 perf[exception]: format the exception log 2023-01-06 22:29:52 +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
jaysunxiao b9f5d4b8d5 fix[storage]: does not expose the real error exception 2022-12-28 19:34:26 +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 f3460a9e3d perf[storage] 优化了字符串处理函数 2022-12-12 18:54:29 +08:00
aoyu f9a19e1947 feat[storage]:配置文件可以同时指定多个扫描路径和扫描包 2022-12-12 15:21:10 +08:00
godotg 8b28d5383d feat[storage]: 配置相关的子类同样和主类一样检测 2022-11-05 08:17:25 +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
godotg e1c547c9d6 refactor[storage]: storage code refactoring 2022-10-27 20:11:09 +08:00
godotg 356a96f787 perf[storage]: add getData method 2022-10-27 15:57:08 +08:00
godotg 63d0544696 perf[storage]: 简化storage,让recycle的方式更加简洁 2022-10-26 18:27:52 +08:00
godotg b414ca44c0 feat[storage]: 未被使用的Storage是否回收,recycle属性默认开启节省资源 2022-10-22 22:37:05 +08:00
godotg bbe0579982 feat[storage]: Resource类增加配置writeable属性,这样类的属性就可以为public和set方法 2022-10-22 21:50:17 +08:00
godotg 3fdd00dcaf test[storage]: assert map value 2022-10-21 11:21:35 +08:00
godotg 3911292276 perf[storage]: 使用var简化代码 2022-09-03 15:57:22 +08:00
godotg bb7c7dce80 perf[storage]: 资源类文件重复的时候,让错误提示更加详细 2022-08-31 09:18:33 +08:00
meiwei 6c9b012708 perf[storage]: 增加解析csv文件支持 2022-08-30 21:39:21 +08:00
godotg b611d1e2e0 perf[FileUtils]: 删除多余的方法 2022-07-29 10:53:16 +08:00
godotg 745ce86878 doc[zfoo]: 修改文档注释 2022-07-28 21:56:00 +08:00
godotg b8a3a99dd5 fix[storage]: excel的首个单元格为空的不读取数据 2022-07-15 16:30:10 +08:00
godot f4d94c23e5 perf[storage]: 统一使用valueOf构造新对象 2022-07-08 18:09:59 +08:00
godot a032452b15 perf[storage]: 优化json输出格式,减少换行,增加行号 2022-07-08 18:01:50 +08:00
godot 7d28d40607 perf[storage]: ResourceEnum增加获取所有类型的资源文件方法 2022-07-08 17:19:06 +08:00
godot ba3e9051bc perf[storage]: 优化storage,调整了结构并减少了重复的代码块 2022-07-08 15:34:10 +08:00
meiwei 3e0f78aaa1 perf[storage]: 优化了配置表读取功能 2022-07-07 20:39:38 +08:00
meiwei b6838471f2 perf[storage]: 优化了配置表读取功能 2022-07-07 19:56:46 +08:00
meiwei e8b1d8f079 feat[storage]: 新增excel转换成json格式数据 2022-07-07 15:20:20 +08:00
jianan c5760e52b8 fix[module]: 修改String转Map时Map的TypeDescriptor参数问题 2022-07-07 14:16:08 +08:00
meiwei 694668d7e4 feat[storage]: 新增解析json数据格式 2022-06-29 19:14:44 +08:00
jaysunxiao b0ba151a8c feat[protocol]: 支持生成protobuf协议文件,提供从pojo到proto的生成方式 2022-02-11 16:49:48 +08:00
jaysunxiao b39fc50a21 perf[zfoo]: 优化注释文档 2022-02-10 15:18:35 +08:00
jaysunxiao 10a039f8de doc[zfoo]: 修改注释的错别字 2022-01-21 18:23:45 +08:00
jaysunxiao d7e6f7ba7b perf[storage]: 兼容空的String 2021-11-22 14:57:27 +08:00
jaysunxiao 61f61894b4 fix[storage]: 修复误删除cell代码 2021-10-22 16:05:45 +08:00
jaysunxiao a30397f3a3 perf[storage]: 提高excel读取速度 2021-10-21 20:23:16 +08:00
jaysunxiao 5d656f24c6 perf[orm]: 去掉IEntityCaches多余的接口 2021-10-19 17:28:30 +08:00
jaysunxiao 374cef9a7e fix[zfoo]: 修复启动脚本第一次启动的时候抓取不到info.log的问题 2021-09-30 15:05:38 +08:00
jaysunxiao 27f0f85c21 perf[storage]: 将测试用例xls的excel文件改为xlsx 2021-09-15 14:13:14 +08:00
jaysunxiao 44e4782641 feat[boot]: 支持spring boot的自动化配置 2021-09-07 15:32:59 +08:00