Skip to content

Commit

Permalink
🐛 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhpo committed Mar 24, 2024
1 parent 647855a commit 19c56ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@

`@Sensitive`注解说明:
- `strategy`:脱敏策略,支持21种脱敏策略。
- `replacer`:脱敏策略的替换符,默认脱敏替换符为星号`*`,可以配置为任意字符。
比如:配置为`#`
```java
@Sensitive(strategy = SensitiveStrategy.CHINESE_NAME, replacer = '#')
private String name;
```

#### 2.1.支持的脱敏策略

Expand Down

0 comments on commit 19c56ca

Please sign in to comment.