We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c04c04 + 1ea04bf commit bd765e9Copy full SHA for bd765e9
2 files changed
README.md
@@ -57,7 +57,7 @@ rpamis:
57
# 是否开启脱敏切面
58
desensitization-enable: true
59
# 自定义切点,比如增加RestController切点
60
- custom-pointcut: @within(org.springframework.web.bind.annotation.RestController)
+ custom-pointcut: '@within(org.springframework.web.bind.annotation.RestController)'
61
# 加解密算法
62
algorithm:
63
# 激活的加密算法
rpamis-security-test/src/test/resources/application-h2.yml
@@ -52,7 +52,7 @@ rpamis:
52
53
54
55
56
0 commit comments