Commit Graph

84 Commits

Author SHA1 Message Date
sun be744956b4 test[graalvm]: storage test 2023-09-05 18:04:43 +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 87725fa484 ref[scheduler]: refactor scheduler 2023-09-02 22:39:22 +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
godotg 02ae50ea10 ref[move]: move class 2023-09-02 16:26:36 +08:00
godotg 5bf5387ffa feat[graalvm]: storage graalvm support 2023-09-02 15:55:14 +08:00
godotg c1fe64cdb2 ref[storage]: rename method 2023-09-02 15:48:01 +08:00
godotg 28e37b65ed feat[graalvm]: add Reflective annotation to storage 2023-09-02 13:02:19 +08:00
sun a6e8d623bf fix[log]: fix logback pattern error in spring 3.x 2023-09-01 16:13:35 +08:00
godotg 384da681a9 chore[log]: more detailed logs 2023-06-26 08:31:08 +08:00
godotg adcb1c93c0 fix[resource]: use classpath* to solve the problem that some resources cannot be loaded 2023-04-08 17:01:15 +08:00
godotg ef2847aa64 fix[resource]: use classpath* to solve the problem that some resources cannot be loaded 2023-04-08 16:54:02 +08:00
godotg a25cac4646 doc[zfoo]: update doc 2023-04-02 17:08:39 +08:00
godotg a0c624127d chore[storage]: update version 2023-03-25 18:26:57 +08:00
godotg bbd3b92346 perf[storage]: remove unused code 2023-03-25 18:22:39 +08:00
sun ad845b77a3 feat[storage]: support primitive int-object and long-object storage 2023-03-25 10:34:30 +08:00
godotg 951e0ce133 feat[storage]: support primitive int-object and long-object storage 2023-03-24 22:54:44 +08:00
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