[update] 更新配置参数和SQL内容

This commit is contained in:
xiaoyi
2021-11-24 11:02:08 +08:00
parent 9cd0c02dfc
commit b9cddf96a8
4 changed files with 2067 additions and 3371 deletions

View File

@@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 9160
port: 8080
servlet:
# 应用的访问路径
context-path: /
@@ -82,8 +82,8 @@ spring:
mqtt:
username: admin # 账号
password: admin # 密码
host-url: tcp://host:1883 # mqtt连接tcp地址
client-id: server-xiaoyi-${random.value} # 客户端Id每个启动的id要不同 随机:${random.value}
host-url: tcp://localhost:1883 # mqtt连接tcp地址
client-id: server-wumei-${random.value} # 客户端Id每个启动的id要不同 随机:${random.value}
default-topic: test # 默认主题
timeout: 100 # 超时时间
keepalive: 100 # 保持连接数