refactor: WebSocket 优化
This commit is contained in:
@@ -59,11 +59,13 @@ mybatis-plus:
|
||||
|
||||
# 安全配置
|
||||
security:
|
||||
# JWT 配置
|
||||
jwt:
|
||||
# JWT 秘钥
|
||||
key: SecretKey012345678901234567890123456789012345678901234567890123456789
|
||||
# JWT 有效期(单位:秒)
|
||||
ttl: 7200
|
||||
# 白名单列表
|
||||
ignore-urls:
|
||||
- /v3/api-docs/**
|
||||
- /doc.html
|
||||
@@ -74,7 +76,6 @@ security:
|
||||
- /swagger-ui.html
|
||||
- /api/v1/auth/captcha
|
||||
- /ws/**
|
||||
- /ws-app/**
|
||||
|
||||
# 文件存储配置
|
||||
oss:
|
||||
|
||||
Reference in New Issue
Block a user