Skip to content

Commit 231cb19

Browse files
author
Weasley
authored
Update README.md
1 parent 435fb5a commit 231cb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public class SomeApplication {
150150

151151
## 3 Wirte a Java bean that MyBatis can map with table column
152152

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`:
154154

155155
[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
156156

0 commit comments

Comments
 (0)