https://github.com/vector4wang/quick-mqtt
物联网mqtt协议学习
https://github.com/vector4wang/quick-mqtt
Last synced: about 1 year ago
JSON representation
物联网mqtt协议学习
- Host: GitHub
- URL: https://github.com/vector4wang/quick-mqtt
- Owner: vector4wang
- License: gpl-3.0
- Created: 2022-01-17T13:20:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T16:05:50.000Z (about 4 years ago)
- Last Synced: 2025-01-07T11:10:33.688Z (about 1 year ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```