Commit Graph

47 Commits (8460b9da2901023ae8cf6aaf881e90864332d2c3)

Author SHA1 Message Date
ZhouXY108 8460b9da29 修改部分 jsr305 注解的使用。 2023-04-16 00:08:04 +08:00
ZhouXY108 19fc97362c 更改 Exception Handler 版本。 2023-04-16 00:06:36 +08:00
ZhouXY108 0e0d6f1808 plusone-commons 做了调整。 2023-04-15 05:24:03 +08:00
ZhouXY108 06ffc8d858 避免实例化。 2023-04-04 00:32:25 +08:00
ZhouXY108 2b282039ad 更新 plusone-validator 和 plusone-exception-handler。 2023-04-04 00:24:31 +08:00
ZhouXY108 71edaa60a4 整理依赖。 2023-03-17 18:46:39 +08:00
ZhouXY108 7a44c43402 使用原生 UUID。 2023-03-17 18:44:51 +08:00
ZhouXY108 55395ed327 自己实现随机字符串的生成。 2023-03-17 18:44:33 +08:00
ZhouXY108 956da350ed 更改 plusone-exception-handler 版本。 2023-03-17 18:43:24 +08:00
ZhouXY108 78cdded667 int 数组的值总和可能大于 int 的最大值,使用 long 类型的变量存储其结果。 2023-03-17 18:42:43 +08:00
ZhouXY108 993ba7fa7b 枚举类不允许继承。 2023-03-12 13:44:28 +08:00
ZhouXY108 8ae0faa04d 优化正则的使用。 2023-03-12 13:42:08 +08:00
ZhouXY108 f0b6014e77 整理代码。 2023-03-08 17:42:04 +08:00
ZhouXY108 ff54aca271 Merge branch 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-admin into dev 2023-02-26 13:49:09 +08:00
ZhouXY108 5d9e6ae5b3 修改 Optional.map 方法的错误使用。 2023-02-26 13:49:03 +08:00
ZhouXY108 5c3b31bb18 更新方法名。 2023-02-25 02:00:12 +08:00
ZhouXY108 a0b16afde2 plusone-commons 重构,代码随之重构调整。 2023-02-24 17:30:18 +08:00
ZhouXY108 9293ba6817 20230219 2023-02-19 04:21:39 +08:00
ZhouXY108 0212020dcf 修改领域模型。 2023-02-17 11:24:55 +08:00
ZhouXY108 bac7a007e6 将 find 方法的返回值改为 Optional<T>。 2023-02-16 15:42:30 +08:00
ZhouXY108 f70e9575ea 改造 exists 相关方法。 2023-02-16 14:35:10 +08:00
ZhouXY108 cbc2711540 重构 DAO 基础代码。 2023-02-11 20:34:16 +08:00
ZhouXY108 960a4d4ef3 重构代码,调整配置的加载。 2023-02-10 13:34:08 +08:00
ZhouXY108 1dbd00ccef 修改 FastDFS 的集成方式。 2023-02-09 15:49:05 +08:00
ZhouXY108 44f2067f20 plusone-exception-handler 0.0.7-SNAPSHOT 暂时有 bug,用回 0.0.6-SNAPSHOT。 2023-02-09 15:45:24 +08:00
ZhouXY108 cc44c3ddbd 修改类名。 2023-02-09 15:44:00 +08:00
ZhouXY108 2de86dcc4a 添加 TODO。 2023-02-09 00:54:58 +08:00
ZhouXY108 117390c5ae 集成 FastDFS。 2023-02-09 00:37:06 +08:00
ZhouXY108 cec72ba7f9 进一步完善 JdbcEntityDaoSupport 和 AssertResult 的 API,使构建 Repository 的实现更容易。 2023-02-09 00:35:17 +08:00
ZhouXY108 d01db60309 使用原先 ExceptionHandler 共享 ExceptionInfoHolder 的方式。 2023-02-09 00:32:12 +08:00
ZhouXY108 c73c722b87 更新依赖;解决依赖冲突;调整、重构代码。 2023-01-28 12:40:02 +08:00
ZhouXY108 d398800ce4 重构,升级异常拦截器为 0.0.5-SNAPSHOT。 2022-12-14 14:30:54 +08:00
ZhouXY108 6f4503684f 校验器提取为单独的项目。 2022-12-14 13:41:37 +08:00
ZhouXY108 263777aa70 根据腾讯云的规定,验证码只能是纯数字。 2022-12-12 04:01:00 +08:00
ZhouXY108 a11cac238d 抛出异常。 2022-12-12 01:44:27 +08:00
ZhouXY108 7d37dead60 异常处理器升级到 0.0.4-SNAPSHOT。 2022-12-11 15:16:28 +08:00
ZhouXY108 0ab296358d 将 AllExceptionHandler 提取到 plusone-exception-handler 中。 2022-12-11 02:37:13 +08:00
ZhouXY108 e084d31f71 去除多余依赖。 2022-12-11 02:35:08 +08:00
ZhouXY108 eb6d4fbbea 修改 DefaultExceptionHandler,防止其拦截其它异常。 2022-12-11 02:34:28 +08:00
ZhouXY108 00269987c7 更新异常拦截器版本。 2022-12-11 00:22:08 +08:00
ZhouXY108 7a5279a38c 优化代码。 2022-12-11 00:21:40 +08:00
ZhouXY108 cc6e3a41c3 完善 BaseValidator2。 2022-12-10 03:42:44 +08:00
ZhouXY108 3c65e701f1 更改类注释。 2022-12-10 01:23:53 +08:00
ZhouXY108 08f8da3516 1. 修复 isEmpty 的 bug。
2. 重构校验器。
2022-12-09 17:37:10 +08:00
ZhouXY108 70f4a9fb45 修改 MybatisUtil 的实现,并更名为 MyBatisContextUtil。 2022-12-08 18:08:23 +08:00
ZhouXY108 cb07c0befd JdbcEntityDaoSupport 类添加 update 方法,方便使用。 2022-12-07 18:29:29 +08:00
ZhouXY108 e916d067f3 first commit. 2022-12-07 18:14:38 +08:00