Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mybatis的association一对一无法解密 #12

Closed
mmdlsu opened this issue Jul 20, 2023 · 2 comments
Closed

mybatis的association一对一无法解密 #12

mmdlsu opened this issue Jul 20, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@mmdlsu
Copy link

mmdlsu commented Jul 20, 2023

对象中的对象里面字段有@EncryptedField注解无法解密

@WhiteDG
Copy link
Owner

WhiteDG commented Jul 21, 2023

之前没考虑到 association,目前仅支持 association 中的 select。
我会尽快加上,感谢反馈。

@WhiteDG WhiteDG added bug Something isn't working enhancement New feature or request labels Jul 21, 2023
@WhiteDG
Copy link
Owner

WhiteDG commented Jul 24, 2023

发布了一个快照版本 1.2.4-SNAPSHOT 支持了 association 和 collection,可以先用这个版本验证一下,后续再发布正式版。
使用时需要在对象字段上添加 @EncryptedField 注解。

@WhiteDG WhiteDG closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants