配置文件修改

This commit is contained in:
2026-01-30 16:54:25 +08:00
parent 9936a5ad13
commit 6fd7f8ca94
2 changed files with 20 additions and 1 deletions

View File

@ -133,6 +133,25 @@
<version>1.5.7</version> <version>1.5.7</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- Java音频转换库 -->
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<version>3.3.1</version>
</dependency>
<!-- <dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-nativebin-all</artifactId>
<version>3.3.1</version>
</dependency>-->
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-all-deps</artifactId>
<version>3.1.1</version>
<scope>compile</scope>
</dependency>
<!-- skywalking 整合 logback --> <!-- skywalking 整合 logback -->
<!-- <dependency>--> <!-- <dependency>-->

View File

@ -281,7 +281,7 @@ justauth:
mqtt: mqtt:
username: admin username: admin
password: #YtvpSfCNG password: #YtvpSfCNG
url: tcp://47.120.79.150:2883 url: tcp://47.120.79.150:3883
subClientId: fys_subClient subClientId: fys_subClient
subTopic: A/#,status/tenantCode/#,report/tenantCode/# subTopic: A/#,status/tenantCode/#,report/tenantCode/#
pubTopic: B/#,command/tenantCode/# pubTopic: B/#,command/tenantCode/#