Commit Graph

61 Commits (e8274b1bebd7416645b9dd4a6c251056d53f1f0e)

Author SHA1 Message Date
ZhouXY108 81cefdca83 修改排序的 bug。 2023-12-06 18:13:34 +08:00
ZhouXY108 15ed0e2ec6 升级 Spring Boot 版本。 2023-10-18 11:09:26 +08:00
ZhouXY108 3bb5397c49 修改 UnsupportedMenuTypeException 的错误码 2023-09-10 16:47:53 +08:00
ZhouXY108 b69983077a plusone-validator 修改了方法名 2023-09-10 16:47:30 +08:00
ZhouXY108 7f8a37803a 修改菜单树的构建 2023-09-09 18:41:00 +08:00
ZhouXY108 8414fcb010 删除 MenuUtil 2023-09-09 18:40:25 +08:00
ZhouXY108 b91ab22354 plusone-commons 修改了 IWithIntCode 的包名 2023-09-09 18:39:13 +08:00
ZhouXY108 b25d7589c2 使用 UnifiedResponse 替代 RestfulResult 2023-09-09 18:38:09 +08:00
ZhouXY108 208d7c93c9 plusone-commons 修改了 BaseException 2023-09-09 18:19:58 +08:00
ZhouXY108 68f6ce5b8f Merge branch 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-admin into dev 2023-07-07 15:34:45 +08:00
ZhouXY108 bd42da6777 优化 MenuViewObject。 2023-07-07 15:33:49 +08:00
ZhouXY108 c4e7b8fd26 格式化代码。 2023-06-29 02:03:24 +08:00
ZhouXY108 e34efdfc56 去除 TODO 注释。 2023-06-29 01:44:28 +08:00
ZhouXY108 7077b84317 修改 MenuType。 2023-06-29 01:44:06 +08:00
ZhouXY108 79466d180f 优化代码。 2023-06-29 01:43:43 +08:00
ZhouXY108 e972899fbb IWithCode 相关接口的使用调整。 2023-06-29 01:41:55 +08:00
ZhouXY108 b32dac3b8a ValidatableStringRecord 移动到 plusone-commons 并优化。 2023-06-29 01:37:35 +08:00
ZhouXY108 363460fe96 调整枚举类。 2023-06-29 01:26:17 +08:00
ZhouXY108 f83a05e429 改用 ValueSet 的静态工厂方法。 2023-05-16 17:41:29 +08:00
ZhouXY108 4d3d0f7cc7 commit. 2023-04-20 21:29:23 +08:00
ZhouXY108 30f29bb4b3 更改 Password 实现。 2023-04-19 06:05:02 +08:00
ZhouXY108 62607dc0a4 plusone-exception-handler 的代码调整。 2023-04-16 00:54:59 +08:00
ZhouXY108 fe03b6da4d 静态工厂方法添加 @StaticFactoryMethod 注解。 2023-04-16 00:16:11 +08:00
ZhouXY108 89584d2a48 重构代码。 2023-04-16 00:08:35 +08:00
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 71edaa60a4 整理依赖。 2023-03-17 18:46:39 +08:00
ZhouXY108 39cd57e675 使用原生哈希算法。使用自己实现的随机盐生成方法。 2023-03-17 18:46:06 +08:00
ZhouXY108 78cdded667 int 数组的值总和可能大于 int 的最大值,使用 long 类型的变量存储其结果。 2023-03-17 18:42:43 +08:00
ZhouXY108 1e31e1f327 使用 Integer 接收前端的参数,而不是枚举类。 2023-03-14 10:51:11 +08:00
ZhouXY108 993ba7fa7b 枚举类不允许继承。 2023-03-12 13:44:28 +08:00
ZhouXY108 8ae0faa04d 优化正则的使用。 2023-03-12 13:42:08 +08:00
ZhouXY108 920971c640 Merge branch 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-admin into dev 2023-03-12 13:29:15 +08:00
ZhouXY108 5f1cb36235 AccountInfo 的构建使用 Builder 模式。 2023-03-12 13:29:07 +08:00
ZhouXY108 f0b6014e77 整理代码。 2023-03-08 17:42:04 +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 02d918d0a4 添加工厂方法的重载。 2023-02-16 15:03:41 +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 44f2067f20 plusone-exception-handler 0.0.7-SNAPSHOT 暂时有 bug,用回 0.0.6-SNAPSHOT。 2023-02-09 15:45:24 +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 151a33cad4 调整配置文件。优化代码格式。 2023-02-01 09:46:57 +08:00
ZhouXY108 c73c722b87 更新依赖;解决依赖冲突;调整、重构代码。 2023-01-28 12:40:02 +08:00
ZhouXY108 2c967a4c0d 注册时不要求填写性别与头像。 2022-12-30 17:51:25 +08:00