zhubaomin
2025-02-21 f4d1e8f5e01e12a90050d94e50571b9cb1ebe109
pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/resources/application.yml
@@ -1,6 +1,8 @@
spring:
    profiles:
        include: global, database, database-ym, database-sp, database-test
        include: global, database, database-ym, database-sp, database-test,database-mj,database-mq
    main:
        allow-circular-references: true
#actutor的web端口
management:
@@ -17,7 +19,7 @@
#MQTT
mqtt:
    broker: tcp://127.0.0.1:1883
    username: mqtt_u
    username: mqtt_yjy
    password: yjy
    topic: workOrder
    qos: 2