An open API service indexing awesome lists of open source software.

https://github.com/vector4wang/quick-mqtt

物联网mqtt协议学习
https://github.com/vector4wang/quick-mqtt

Last synced: about 1 year ago
JSON representation

物联网mqtt协议学习

Awesome Lists containing this project

README

          

# Getting Started

### Reference Documentation

For further reference, please consider the following sections:

* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.6.2/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.2/maven-plugin/reference/html/#build-image)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.6.2/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.6.2/reference/htmlsingle/#boot-features-developing-web-applications)
* [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/2.6.2/reference/htmlsingle/#using-boot-devtools)

### Guides

The following guides illustrate how to use some features concretely:

* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)

---

#### emqtt docker启动命令
```bash
docker run -d --name emqx -v D:\\develop\\iot\\mqtt\\etc:/opt/emqx/etc -p 1883:1883 -p 8083:8083 -p 8883:8883 -p 8084:8084 -p 18083:180
83 0ef9bc19d70e
```