mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
refactor(security/sensitivewords): 优化敏感词模块代码
This commit is contained in:
@@ -54,6 +54,11 @@ public class PropertiesConstants {
|
||||
*/
|
||||
public static final String SECURITY_LIMITER = SECURITY + StringConstants.DOT + "limiter";
|
||||
|
||||
/**
|
||||
* 敏感词配置
|
||||
*/
|
||||
public static final String SECURITY_SENSITIVE_WORDS = SECURITY + StringConstants.DOT + "sensitive-words";
|
||||
|
||||
/**
|
||||
* Web 配置
|
||||
*/
|
||||
|
Reference in New Issue
Block a user