File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public class SomeApplication {
150
150
151
151
# # 3 Wirte a Java bean that MyBatis can map with table column
152
152
153
- - Use `@Encryption` annotate on the field property which you need encryption and decryption,Here is a example to decrypt and encrypt `nickname` :
153
+ - Use `@Encryption` annotate on the field property which you need encryption and decryption,Here is an example to decrypt and encrypt `nickname` :
154
154
155
155
[API link](https://github.com/Weasley-J/mybatis-encrypt-spring-boot-parent/blob/8500f7454d5ec150b5ece6549f4608b38183af19/mybatis-encrypt-spring-boot-tests/src/main/java/com/example/controller/MemberController.java#L112): http://localhost:8080/api/member/save/direct
156
156
You can’t perform that action at this time.
0 commit comments