| | |
| | | port: 40000 |
| | | enabled: true |
| | | tcp: |
| | | enabled: false |
| | | enabled: true |
| | | # mqtt配置 |
| | | mqtt: |
| | | host: tcp://192.168.2.15:1883 |
| | |
| | | endpoint: http://192.168.2.15:9001 |
| | | accessKey: admin |
| | | secretKey: xzx12345 |
| | | # mybatis配置 |
| | | mybatis: |
| | | typeAliasesPackage: com.ard.alarm.**.domain |
| | | mapperLocations: classpath:/mapper/*.xml |
| | | # mybatis-plus配置 |
| | | mybatis-plus: |
| | | type-aliases-package: com.ard.alarm.**.domain |
| | | mapper-locations: classpath:/mapper/*.xml |
| | | # 日志等级配置 |
| | | logging: |
| | | level: |
| | | hikSdk: info |
| | | hikSdk: debug |
| | | mqtt: info |
| | | netty: info |
| | | netty: debug |
| | | external: info |
| | | camera: info |
| | | tube: info |
| | | digitization3: debug |
| | | stealAlarm: info |
| | | digitization3: info |
| | | stealAlarm: info |