增加用户端websocket连接端点

This commit is contained in:
2025-10-10 17:35:26 +08:00
parent b9d0deddd8
commit fc67643418
10 changed files with 151 additions and 22 deletions

View File

@@ -39,9 +39,9 @@ jwt.refresh-expire=2592000000
jwt.tablet.secret='Your256BitSecretKeyMustBeAtLeast32BytesLong!'
# 指定日志文件名(项目根目录生成)
logging.file.name=app.log
logging.file.name=log/onekeycall_video_tablet.log
# 或指定日志目录(目录下生成 spring.log
logging.file.path=/var/log/myapp
logging.file.path=/var/log/onekeycall
# 设置日志级别
logging.level.root=INFO