build: continew-starter 2.13.2 => 2.13.3

1.EncryptHelper 包位置调整
2.Starter加密已支持密码编码器,移除 BCryptEncryptor,使用 FieldEncrypt(Algorithm.PASSWORD_ENCODER)
3.Starter优化:MenuServiceImpl 重写 tree 方法,采用单根节点树
4.Starter修复:移除 DeptResp、MenuResp 内 getId 方法
5.其他 Starter 隐式修复
This commit is contained in:
2025-07-22 23:30:27 +08:00
parent bc44de4bdd
commit 57b186835d
10 changed files with 23 additions and 84 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</parent>
<groupId>top.continew.admin</groupId>