提交 e9c93b9e 编写于 作者: xiaonannet's avatar xiaonannet

Merge branch 'release/1.0.0' of https://github.com/mqttsnet/mqtts into release/1.0.0

......@@ -48,7 +48,8 @@ net.mqtts
│ └── mqtts-modules-job // 定时任务 [19302]
│ └── mqtts-modules-system // 系统模块 [19303]
│ └── mqtts-modules-tdengine // TDengine服务 [19304]
│ └── mqtts-modules-link // Link服务 [19305]、[MQTT-TCP:11883]、[MQTT-SSL:18443]、[MQTT-WS:18999]
│ └── mqtts-modules-link // Link服务 [19305]
└── mqtts-modules-broker // broker服务 [19306]、[MQTT-TCP:11883]、[MQTT-SSL:18443]、[MQTT-WS:18999]
├── mqtts-visual // 图形化管理模块
│ └── mqtts-visual-monitor // 监控中心 [19400]
├──pom.xml // 公共依赖
......
# Tomcat
server:
port: 19306
# Spring
spring:
application:
# 应用名称
name: mqtts-broker
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 配置中心地址
server-addr: 49.235.122.136:8848
#命名空间
namespace: fffe6c69-d6cb-44fd-b542-8167d8a0c29d
config:
# 配置中心地址
server-addr: 49.235.122.136:8848
#命名空间
namespace: fffe6c69-d6cb-44fd-b542-8167d8a0c29d
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册