refactor: 添加 websocket 连接认证拦截器实现点对点指定用户发送消息;移除 easy-captcha 替换为 hutool-captcha验证码实现代码简化;重构认证接口控制层代码。
This commit is contained in:
@@ -81,8 +81,6 @@ oss:
|
||||
# 存储桶名称
|
||||
bucket-name: default
|
||||
|
||||
|
||||
|
||||
# springdoc配置: https://springdoc.org/properties.html
|
||||
springdoc:
|
||||
swagger-ui:
|
||||
@@ -92,13 +90,6 @@ springdoc:
|
||||
api-docs:
|
||||
enabled: true
|
||||
|
||||
# 验证码配置
|
||||
easy-captcha:
|
||||
# 验证码类型: arithmetic-算术
|
||||
type: arithmetic
|
||||
# 验证码有效时间(单位:秒)
|
||||
ttl: 120
|
||||
|
||||
# xxl-job 定时任务配置
|
||||
xxl:
|
||||
job:
|
||||
|
||||
Reference in New Issue
Block a user