# micro-weather **Repository Path**: wfen/micro-weather ## Basic Information - **Project Name**: micro-weather - **Description**: 微型气象站系统,基于智慧井盖平台进行升级改造 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-12 - **Last Updated**: 2026-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 微服务 | 模块 | 说明 | |-----------------|------------------------------------| | `dependencies` | Maven 依赖版本管理 | | `framework` | Java 框架拓展 | | `module-system` | 系统配置、设备管理、报警管理、数据分析、态势总览 Module 模块 | | `module-devops` | 巡查养护、工单管理 Module 模块 | | `module-infra` | 基础设施 Module 模块 | | `module-app` | 移动App Module 模块 | ### 框架 | 框架 | 说明 | 版本 |---------------------------------------------------------------------------------------------|------------------|------------- | [Spring Cloud Alibaba](https://github.com/alibaba/spring-cloud-alibaba) | 微服务框架 | 2021.0.4.0 | [Nacos](https://github.com/alibaba/nacos) | 配置中心 & 注册中心 | 2.0.4 | [Sentinel](https://github.com/alibaba/sentinel) | 服务保障 | 1.8.6 | [XXL Job](https://github.com/xuxueli/xxl-job) | 定时任务 | 2.3.1 | [Spring Cloud Gateway](https://github.com/spring-cloud/spring-cloud-gateway) | 服务网关 | 3.4.1 | [Seata](https://github.com/seata/seata) | 分布式事务 | 1.6.1 | [MySQL](https://www.mysql.com/cn/) | 数据库服务器 | 5.7 / 8.0+ | [Druid](https://github.com/alibaba/druid) | JDBC 连接池、监控组件 | 1.2.19 | [MyBatis Plus](https://mp.baomidou.com/) | MyBatis 增强工具包 | 3.5.3.1 | [Dynamic Datasource](https://dynamic-datasource.com/) | 动态数据源 | 3.6.0 | [Redis](https://redis.io/) | key-value 数据库 | 5.0 / 6.0 | [Redisson](https://github.com/redisson/redisson) | Redis 客户端 | 3.18.0 | [Spring MVC](https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc) | MVC 框架 | 5.3.24 | [Spring Security](https://github.com/spring-projects/spring-security) | Spring 安全框架 | 5.7.5 | [Hibernate Validator](https://github.com/hibernate/hibernate-validator) | 参数校验组件 | 6.2.5 | [Knife4j](https://gitee.com/xiaoym/knife4j) | Swagger 增强 UI 实现 | 4.0.0 | [SkyWalking](https://skywalking.apache.org/) | 分布式应用追踪系统 | 8.12.0 | [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin) | Spring Boot 监控平台 | 2.7.10 | [Jackson](https://github.com/FasterXML/jackson) | JSON 工具库 | 2.13.3 | [MapStruct](https://mapstruct.org/) | Java Bean 转换 | 1.5.5.Final | [Lombok](https://projectlombok.org/) | 消除冗长的 Java 代码 | 1.18.26 | [JUnit](https://junit.org/junit5/) | Java 单元测试框架 | 5.8.2 | [Mockito](https://github.com/mockito/mockito) | Java Mock 框架 | 4.8.0 ### SDK通信模块设计 | [SDK通信模块设计](https://www.processon.com/view/link/65c078c3e412437f7c816f7c)