zhubaomin
2024-11-22 8bf69a5124d12aeca128ef93432e2412b9cc54ac
pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/resources/application.yml
@@ -1,6 +1,12 @@
spring:
    profiles:
        include: global, database, database-ym, database-pj, database-test
        include: global, database, database-ym, database-sp, database-test
    mqtt:
        broker: tcp://127.0.0.1:1883
        username: mqtt_u
        password: yjy
        topic: workOrder
        qos: 2
#actutor的web端口
management:
@@ -14,3 +20,10 @@
        context-parameters:
            #GenerateIdSetSuffixListener中应用,取值范围是0-99
            idSuffix: ${pipIrr.app.idSuffix}
logging:
    level:
        com:
            dy:
                pipIrrGlobal:
                    daoOp: trace