Skip to content

Commit f6dc165

Browse files
author
Weasley
committed
- update README.md
1 parent 36c4970 commit f6dc165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ alphahub:
6363

6464
## 2 Configure your configuration yaml file
6565

66-
[`MyBatis` encryption configuration](https://github.com/Weasley-J/mybatis-encrypt-spring-boot-parent/blob/main/mybatis-encrypt-spring-boot-starter/src/main/java/io/github/weasleyj/mybatis/encrypt/config/MybatisEncryptProperties.java),Embeded 2 algorithms.
66+
[`MyBatis` encryption configuration](https://github.com/Weasley-J/mybatis-encrypt-spring-boot-parent/blob/main/mybatis-encrypt-spring-boot-starter/src/main/java/io/github/weasleyj/mybatis/encrypt/config/MybatisEncryptProperties.java),2 algorithms embeded. you can choose one of them. Or you can implement you own algorithm.
6767

6868
### 2.1 Base64 algorithm
6969

@@ -282,7 +282,7 @@ INSERT INTO dtt_member ( member_id, open_id, nickname, is_enable, balance, birth
282282

283283
- When sql with type of ` SELECT` Executed by `MyBatis` Executor, `nickname` will be decrypted, i.e:
284284

285-
[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#L53): http://localhost:8080/api/member/page/pagehelper?pageNum=1&pageSize=2
285+
[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#L53): http://localhost:8080/api/member/page/pagehelper?pageNum=1&pageSize=10
286286

287287
```log
288288
JDBC Connection [HikariProxyConnection@670142194 wrapping conn1: url=jdbc:h2:/Users/weasley/Development/IdeaProjects/mybatis-encrypt-spring-boot-parent/mybatis-encrypt-spring-boot-tests/h2 user=] will not be managed by Spring

0 commit comments

Comments
 (0)