mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
refactor(security/limiter): 重构限流器,支持自定义限流器名称生成器
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @author Charles7c
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "spring.data.redisson")
|
||||
@ConfigurationProperties("spring.data.redisson")
|
||||
public class RedissonProperties {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user