join001
join001
Sorry, I want to ask, where does this feature go now? When can they be merged?
Thank you very much for your answer, I have tried this way, really. But I still hope to use the new syntax to achieve processing.
Estimated dead
看下这个回复吧,这也太坑了!https://github.com/houbb/sensitive-word/issues/20
我和一样,通过spring 注入的就是不行,按正常来说应该是属于一个bean,但是它死活就是不行 尝试用一个静态变量去接收,然后init、使用都用这个静态变量去操作。估计可以
你确定你的代码可以,没有问题?下面是我的代码,但是一样的还是不行,永远返回false! ```@Configuration @RequiredArgsConstructor public class SensitiveWordConfig { @Nonnull private final WordAllowImpl wordAllowImpl; @Nonnull private final WordDenyImpl wordDenyImpl; /** * 初始化 * * @return 初始化 */ @Bean public SensitiveWordBs sensitiveWordBs() {...
> 代码本身只是最基本的对象创建,和 spring 关系不大。 看一下是不是使用问题 发自我的iPhone > […](#) > ------------------ 原始邮件 ------------------ 发件人: join001 ***@***.***> 发送时间: 2022年7月27日 15:02 收件人: houbb/sensitive-word ***@***.***> 抄送: 老马啸西风 ***@***.***>, Comment ***@***.***> 主题: Re: [houbb/sensitive-word] 指定一个词不是敏感词,但是WordDenys.system()包含该敏感词,导致我这边敏感词校验还是认为这是敏感词...
@houbb 源代码文件SensitiveWordMap.java文件中的System.out.println能否去掉啊?
I would like to ask if they have not been published to the maven library and can only be introduced into the project in the form of manual jars.
I would like to ask, what other values can be configured for this mode parameter ``` const result = await prisma.post.findMany({ where: { title: { contains: 'prisma', mode: 'insensitive', //...