zhubaomin
2024-11-22 a7b3fa7977cf0c149f4a4a98425572db4257c909
pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/resources/application.yml
@@ -14,3 +14,17 @@
        context-parameters:
            #GenerateIdSetSuffixListener中应用,取值范围是0-99
            idSuffix: ${pipIrr.app.idSuffix}
#MQTT
mqtt:
    broker: tcp://127.0.0.1:1883
    username: mqtt_u
    password: yjy
    topic: workOrder
    qos: 2
logging:
    level:
        com:
            dy:
                pipIrrGlobal:
                    daoOp: trace