ZhouXY108
|
67313938e1
|
提交代码。
|
2023-03-28 15:41:15 +08:00 |
ZhouXY108
|
27be582bfb
|
升级 Spring Boot 版本。
|
2023-03-28 15:40:49 +08:00 |
ZhouXY108
|
288ce9689f
|
postgresql:42.3.8 依赖 checker-qual:3.5.0,将 guava 的版本更改为 30.1-jre,避免依赖冲突。
|
2023-03-21 15:52:38 +08:00 |
ZhouXY108
|
71edaa60a4
|
整理依赖。
|
2023-03-17 18:46:39 +08:00 |
ZhouXY108
|
39cd57e675
|
使用原生哈希算法。使用自己实现的随机盐生成方法。
|
2023-03-17 18:46:06 +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
|
cc3c4be8de
|
升级 hutool。
|
2023-03-14 18:10:02 +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
|
b4bccfe663
|
升级 Spring Boot 到 2.7.9。
|
2023-03-12 13:28:39 +08:00 |
ZhouXY108
|
dc09022919
|
update hutool to 5.8.14
|
2023-03-08 19:48:17 +08:00 |
ZhouXY108
|
f0b6014e77
|
整理代码。
|
2023-03-08 17:42:04 +08:00 |
ZhouXY108
|
19557734ed
|
Update Spring Boot to 2.7.9.
|
2023-03-03 21:02:03 +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
|
92dbc613d2
|
统一空格。
|
2023-02-18 11:00:40 +08:00 |
ZhouXY108
|
5b80f70373
|
添加 guava 依赖。
|
2023-02-17 15:29:51 +08:00 |
ZhouXY108
|
cf068566a1
|
Merge branch 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-admin into dev
|
2023-02-17 11:25:07 +08:00 |
ZhouXY108
|
0212020dcf
|
修改领域模型。
|
2023-02-17 11:24:55 +08:00 |
ZhouXY108
|
699ba2394d
|
更新 fastdfs-client-java 的版本。
|
2023-02-16 20:30:05 +08:00 |
ZhouXY108
|
5ad6980bf7
|
Merge branch 'feature/jdbc-next' into dev
|
2023-02-16 15:57:22 +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
|
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
|
7c522cae1d
|
测试时的配置文件。
|
2023-02-09 00:40:37 +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
|
151a33cad4
|
调整配置文件。优化代码格式。
|
2023-02-01 09:46:57 +08:00 |
ZhouXY108
|
6d7517f778
|
调整配置文件。
|
2023-01-28 17:36:35 +08:00 |
ZhouXY108
|
c73c722b87
|
更新依赖;解决依赖冲突;调整、重构代码。
|
2023-01-28 12:40:02 +08:00 |
ZhouXY108
|
2c967a4c0d
|
注册时不要求填写性别与头像。
|
2022-12-30 17:51:25 +08:00 |
ZhouXY108
|
90da53bf2b
|
AccountLoginException 没必要输出太多信息,创建一个拦截器专门处理。
|
2022-12-29 17:51:54 +08:00 |
ZhouXY108
|
7462b47655
|
升级 Spring Boot 到 2.7.7。
|
2022-12-28 16:57:26 +08:00 |
ZhouXY108
|
46a72e63c0
|
删除 TestController。
|
2022-12-15 11:38:22 +08:00 |