Spring boot 下 springdoc-openapi 的使用
OpenAPI 3 Library for spring-boot
https://springdoc.org/
OpenAPI 3 Library for spring-boot
https://springdoc.org/
MQTT 介绍 · MQTT 协议中文版
https://mcxiaoke.gitbooks.io/mqtt-cn/content/mqtt/01-Introduction.html
默认会使用 tcp 1883 端口,如果是在云服务器中搭建记得开放端口。
1 | sudo apt install mosquitto |
在 /etc/mosquitto/conf.d 下添加配置文件 my.conf
1 | allow_anonymous false |
Mybatis-PageHelper/HowToUse.md at master · pagehelper/Mybatis-PageHelper
https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md
(一) 应用分层
1.【推荐】根据业务架构实践,结合业界分层规范与流行技术框架分析,推荐分层结构如图所示,默认上层
依赖于下层,箭头关系表示可直接依赖,如:开放 API 层可以依赖于 Web 层(Controller 层),也可以
直接依赖于 Service 层,依此类推:
