修改 前端菜单 管理菜单,角色前后端分配 及通道创建失败的问题

This commit is contained in:
LEED
2025-07-07 22:26:26 +08:00
parent b2cee8aeb7
commit ac40c5e5ec
29 changed files with 899 additions and 81 deletions

View File

@@ -5,7 +5,8 @@ spring:
timeout: 10000
# 以下为单机配置
# [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1
host: 127.0.0.1
# host: 127.0.0.1
host: redis
# [必须修改] 端口号
port: 6379
# [可选] 数据库 DB
@@ -27,8 +28,8 @@ server:
# HTTPS配置 默认不开启
ssl:
# 是否开启HTTPS访问 默认关闭
# enabled: false
enabled: true
enabled: false
# enabled: true
# 证书文件路径您需要使用实际的证书名称替换domain_name.jks。
key-store: classpath:xinda.online.jks
# 证书密码 修改为对应密码