| | |
| | | expireTime: 300 |
| | | |
| | | mybatis-plus: |
| | | # configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | typeAliasesPackage: com.zhitan.**.domain |
| | | mapperLocations: classpath*:mapper/**/*Mapper.xml |
| | | # 加载全局的配置文件 |
| | |
| | | token: == |
| | | org: org |
| | | bucket: bucket |
| | | |
| | | |
| | | ###################### MQTT ################################# |
| | | mqtt: |
| | | # 服务器地址 |
| | |
| | | # 用户名 |
| | | username: admin |
| | | # 密码 |
| | | password: 111111 |
| | | password: 1q2w3e4r. |
| | | # 连接超时 |
| | | timeout: 30 |
| | | # 心跳检测 |
| | |
| | | # false为建立持久会话 |
| | | cleanSession: false |
| | | # 断开后重新连接 |
| | | automaticReconnect: true |
| | | automaticReconnect: true |
| | | singleLoginUrl: localhost:8090/singleLogin/getInfo |