Skip to content

Commit bd765e9

Browse files
authored
fix: 修复示例问题
fix: 修复示例问题
2 parents 0c04c04 + 1ea04bf commit bd765e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rpamis:
5757
# 是否开启脱敏切面
5858
desensitization-enable: true
5959
# 自定义切点,比如增加RestController切点
60-
custom-pointcut: @within(org.springframework.web.bind.annotation.RestController)
60+
custom-pointcut: '@within(org.springframework.web.bind.annotation.RestController)'
6161
# 加解密算法
6262
algorithm:
6363
# 激活的加密算法

rpamis-security-test/src/test/resources/application-h2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rpamis:
5252
# 是否开启脱敏切面
5353
desensitization-enable: true
5454
# 自定义切点,比如增加RestController切点
55-
custom-pointcut: @within(org.springframework.web.bind.annotation.RestController)
55+
custom-pointcut: '@within(org.springframework.web.bind.annotation.RestController)'
5656
# 加解密算法
5757
algorithm:
5858
# 激活的加密算法

0 commit comments

Comments
 (0)