├── .circleci └── config.yml ├── .deepsource.toml ├── .editorconfig ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ ├── custom.md │ └── feature_request.yml ├── dependabot.yml └── workflows │ ├── codeql.yml │ ├── dependency-review.yml │ ├── maven.yml │ ├── node.js.yml │ ├── semgrep.yml │ ├── static.yml │ └── sync.yml ├── .gitignore ├── .whitesource ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.adoc ├── KCloud-Platform-IoT-Go └── service │ └── iot │ ├── adapter │ └── adapter.go │ ├── app │ └── app.go │ ├── core │ ├── http.go │ └── mqtt.go │ ├── domain │ └── domain.go │ ├── go.mod │ ├── infrastructure │ └── infrastructure.go │ └── main.go ├── KKVM ├── go.mod └── main.go ├── KRule └── main.go ├── LICENSE ├── NOTICE ├── README.adoc ├── README.md ├── SECURITY.md ├── archive ├── README.MD ├── docs │ ├── .vuepress │ │ ├── config.js │ │ ├── config │ │ │ ├── baiduCode.js │ │ │ └── htmlModules.js │ │ ├── enhanceApp.js │ │ ├── plugins │ │ │ └── love-me │ │ │ │ ├── index.js │ │ │ │ └── love-me.js │ │ ├── public │ │ │ ├── img │ │ │ │ ├── 1 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_10.png │ │ │ │ │ ├── img_11.png │ │ │ │ │ ├── img_12.png │ │ │ │ │ ├── img_13.png │ │ │ │ │ ├── img_14.png │ │ │ │ │ ├── img_15.png │ │ │ │ │ ├── img_16.png │ │ │ │ │ ├── img_17.png │ │ │ │ │ ├── img_18.png │ │ │ │ │ ├── img_19.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_20.png │ │ │ │ │ ├── img_21.png │ │ │ │ │ ├── img_22.png │ │ │ │ │ ├── img_23.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ ├── img_7.png │ │ │ │ │ ├── img_8.png │ │ │ │ │ ├── img_9.png │ │ │ │ │ └── logo.png │ │ │ │ ├── 2 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ └── img_7.png │ │ │ │ ├── 3 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ └── img_7.png │ │ │ │ ├── 4 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ └── img_5.png │ │ │ │ ├── 6 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ └── img_7.png │ │ │ │ ├── 7 │ │ │ │ │ ├── 1.png │ │ │ │ │ └── img.png │ │ │ │ ├── 8 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ └── img_2.png │ │ │ │ ├── Fory序列化与反序列化 │ │ │ │ │ └── 1.webp │ │ │ │ ├── Linux搭建Go开发环境 │ │ │ │ │ └── img.png │ │ │ │ ├── Spring Cloud Gateway+Redis+Nacos之动态路由和负载均衡 │ │ │ │ │ └── img.png │ │ │ │ ├── Spring Cloud Gateway实现分布式限流和熔断降级 │ │ │ │ │ ├── 1.webp │ │ │ │ │ ├── 2.webp │ │ │ │ │ ├── 3.webp │ │ │ │ │ ├── 4.webp │ │ │ │ │ └── 5.webp │ │ │ │ ├── favicon.ico │ │ │ │ ├── logo.png │ │ │ │ ├── vue3+lime-echart各种图表使用【懒人专用,建议收藏】 │ │ │ │ │ ├── 1.png │ │ │ │ │ └── 2.png │ │ │ │ ├── 一键修改项目模块 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ └── img_3.png │ │ │ │ ├── 一键生成后端COLA代码 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ └── img_3.png │ │ │ │ ├── 一键生成项目骨架 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ └── img_2.png │ │ │ │ ├── 一键跳过测试用例 │ │ │ │ │ ├── img.png │ │ │ │ │ └── img_1.png │ │ │ │ ├── 二维码 │ │ │ │ │ ├── gzh.jpg │ │ │ │ │ └── wxzf.png │ │ │ │ ├── 分布式链路跟踪之ELK日志 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ └── img_6.png │ │ │ │ ├── 前端启动 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ └── img_2.png │ │ │ │ ├── 微服务之注册中心与ShardingSphere关于分库分表的那些事 │ │ │ │ │ ├── 1.webp │ │ │ │ │ ├── 2.webp │ │ │ │ │ ├── 3.webp │ │ │ │ │ ├── 4.webp │ │ │ │ │ ├── 5.webp │ │ │ │ │ ├── 6.webp │ │ │ │ │ └── 7.webp │ │ │ │ ├── 物联网之对接MQTT最佳实践 │ │ │ │ │ └── 1.webp │ │ │ │ ├── 物联网之小白调试网关设备 │ │ │ │ │ ├── 1.webp │ │ │ │ │ ├── 2.webp │ │ │ │ │ ├── 3.webp │ │ │ │ │ ├── 4.webp │ │ │ │ │ └── 5.webp │ │ │ │ ├── 物联网之常见网络配置 │ │ │ │ │ └── 1.webp │ │ │ │ ├── 组件【nacos】 │ │ │ │ │ └── img.png │ │ │ │ ├── 组件【shardingsphere】 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ └── img_7.png │ │ │ │ ├── 项目启动【dev环境】 │ │ │ │ │ ├── img_10.png │ │ │ │ │ ├── img_12.png │ │ │ │ │ ├── img_13.png │ │ │ │ │ ├── img_14.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ ├── img_4.png │ │ │ │ │ ├── img_5.png │ │ │ │ │ ├── img_6.png │ │ │ │ │ ├── img_7.png │ │ │ │ │ ├── img_8.png │ │ │ │ │ └── img_9.png │ │ │ │ └── 项目部署之镜像打包与推送 │ │ │ │ │ ├── img.png │ │ │ │ │ ├── img_1.png │ │ │ │ │ ├── img_2.png │ │ │ │ │ ├── img_3.png │ │ │ │ │ └── img_4.png │ │ │ └── markmap │ │ │ │ └── 01.html │ │ └── styles │ │ │ ├── index.styl │ │ │ └── palette.styl │ ├── 01.指南 │ │ ├── 00.开发手册 │ │ │ ├── 00.组件【ai】.md │ │ │ ├── 01.组件【algorithm】.md │ │ │ ├── 02.组件【banner】.md │ │ │ ├── 04.组件【core】.md │ │ │ ├── 05.组件【bom】.md │ │ │ ├── 06.组件【cors】.md │ │ │ ├── 07.组件【domain】.md │ │ │ ├── 08.组件【crypto】.md │ │ │ ├── 09.组件【data-cache】.md │ │ │ ├── 11.组件【elasticsearch】.md │ │ │ ├── 12.组件【excel】.md │ │ │ ├── 16.组件【i18n】.md │ │ │ ├── 17.组件【idempotent】.md │ │ │ ├── 18.组件【influxdb】.md │ │ │ ├── 19.组件【kafka】.md │ │ │ ├── 20.组件【log】.md │ │ │ ├── 21.组件【lock】.md │ │ │ ├── 22.组件【mail】.md │ │ │ ├── 23.组件【log4j2】.md │ │ │ ├── 24.组件【mqtt】.md │ │ │ ├── 26.组件【mybatis-plus】.md │ │ │ ├── 27.组件【nacos】.md │ │ │ ├── 28.组件【netty】.md │ │ │ ├── 29.组件【openapi-doc】.md │ │ │ ├── 31.组件【oss】.md │ │ │ ├── 32.组件【prometheus】.md │ │ │ ├── 34.组件【rate-limiter】.md │ │ │ ├── 35.组件【reactor】.md │ │ │ ├── 36.组件【redis】.md │ │ │ ├── 39.组件【secret】.md │ │ │ ├── 40.组件【security】.md │ │ │ ├── 41.组件【sensitive】.md │ │ │ ├── 43.组件【sms】.md │ │ │ ├── 44.组件【snail-job】.md │ │ │ ├── 48.组件【storage】.md │ │ │ ├── 49.组件【tdengine】.md │ │ │ ├── 50.组件【tenant】.md │ │ │ ├── 51.组件【test】.md │ │ │ ├── 52.组件【trace】.md │ │ │ └── 53.组件【xss】.md │ │ ├── 01.环境搭建 │ │ │ ├── 00.Centos7安装Mysql 8.0.33.md │ │ │ ├── 01.Centos7安装Redis 7.0.11.md │ │ │ ├── 02.Centos7安装RocketMQ 5.1.1.md │ │ │ ├── 03.Centos7安装Jdk 17.0.7.md │ │ │ ├── 04.Centos7安装Docker 23.0.6.md │ │ │ ├── 05.Docker安装RabbitMQ 3.12.2.md │ │ │ ├── 06.Centos7安装Elasticsearch 8.6.2.md │ │ │ ├── 07.Docker安装Postgresql 16.1.md │ │ │ ├── 08.Ubuntu20.04安装Docker.md │ │ │ ├── 09.Ubuntu20.04忘记密码或指纹错误.md │ │ │ └── 10.Linux搭建Go开发环境.md │ │ ├── 02.常用命令 │ │ │ ├── 00.Linux常用命令.md │ │ │ └── 01.Docker常用命令.md │ │ ├── 03.快速上手 │ │ │ ├── 01.项目启动【dev环境】.md │ │ │ ├── 02.项目启动【test环境】.md │ │ │ ├── 03.项目启动【prod环境】.md │ │ │ └── 04.更新日志.md │ │ ├── 04.前端指南 │ │ │ └── 00.前端启动.md │ │ ├── 05.后端指南 │ │ │ ├── 00.COLA代码规范.md │ │ │ ├── 01.SSL证书.md │ │ │ ├── 02.一键修改项目模块.md │ │ │ ├── 03.一键生成项目骨架.md │ │ │ ├── 04.一键修改项目版本号.md │ │ │ ├── 05.一键跳过测试用例.md │ │ │ ├── 06.一键生成后端COLA代码.md │ │ │ ├── 07.分布式链路跟踪之ELK日志.md │ │ │ ├── 08.一键检查代码规范.md │ │ │ ├── 09.Spring Cloud Gateway+Redis+Nacos之动态路由和负载均衡.md │ │ │ └── 10.OAuth2.1流程.md │ │ ├── 06.项目部署 │ │ │ └── 00.项目部署之镜像打包与推送.md │ │ ├── 07.其他 │ │ │ ├── 00.Java如何快速转Go.md │ │ │ ├── 01.Go快速开发API.md │ │ │ ├── 02.Vue快速开发Api.md │ │ │ └── 03.React快速开发Api.md │ │ ├── 08.文章 │ │ │ ├── 00.物联网之对接MQTT最佳实践.md │ │ │ ├── 01.物联网之使用Vertx实现MQTT-Server最佳实践【响应式】.md │ │ │ ├── 02.vue3+lime-echart各种图表使用【懒人专用,建议收藏】.md │ │ │ ├── 03.物联网之使用Vertx实现TCP最佳实践【响应式】.md │ │ │ ├── 04.物联网之使用Vertx实现HTTPWebSocket最佳实践.md │ │ │ ├── 05.物联网之使用Vertx实现UDP最佳实践【响应式】.md │ │ │ ├── 06.Spring Cloud Gateway实现分布式限流和熔断降级.md │ │ │ ├── 07.物联网之常见网络配置.md │ │ │ ├── 08.Go之封装Http请求和日志.md │ │ │ ├── 09.物联网之小白调试网关设备.md │ │ │ ├── 10.微服务之注册中心与ShardingSphere关于分库分表的那些事.md │ │ │ └── 11.Fory序列化与反序列化.md │ │ ├── 09.推荐 │ │ │ └── 00.IntelliJ IDEA插件推荐.md │ │ └── 10.活动 │ │ │ └── 00.KCloud-Platform-IoT 开源三周年快乐&父亲节快乐.md │ ├── 02.赞助 │ │ └── 00.赞助.md │ ├── 03.感悟 │ │ ├── 01.读后感 │ │ │ └── 00.读《强者,都是含泪奔跑的人》读后感.md │ │ ├── 02.修行 │ │ │ ├── 00.修身_养生_情感.md │ │ │ └── 01.老实人_直男脱单【老寇总结】.md │ │ └── 03.觉悟 │ │ │ └── 00.觉悟日记(一).md │ ├── 04.摘抄 │ │ ├── 01.儒学 │ │ │ └── 00.儒学摘抄(一).md │ │ ├── 02.禅学 │ │ │ └── 00.禅语摘抄(一).md │ │ ├── 03.诗词 │ │ │ └── 00.诗词摘抄(一).md │ │ ├── 04.道法 │ │ │ └── 00.道法摘抄(一).md │ │ └── 05.养生 │ │ │ └── 00.养生摘抄(一).md │ ├── @pages │ │ └── archivesPage.md │ └── index.md ├── package-lock.json ├── package.json └── utils │ ├── config.yml │ ├── editFrontmatter.js │ └── modules │ ├── fn.js │ └── readFileList.js ├── bigScreen ├── .gitignore ├── .npmrc ├── .umirc.ts ├── README.adoc ├── package.json ├── pnpm-lock.yaml ├── src │ ├── assets │ │ └── yay.jpg │ ├── layouts │ │ ├── index.less │ │ └── index.tsx │ └── pages │ │ ├── docs.tsx │ │ └── index.tsx ├── tsconfig.json └── typings.d.ts ├── checkstyle ├── checkstyle-header.txt ├── checkstyle-suppressions.xml └── checkstyle.xml ├── doc ├── build │ └── graalvm │ │ └── graalvm.txt ├── config │ ├── arthas │ │ └── arthas.txt │ ├── cds │ │ └── cds.txt │ ├── git │ │ └── git.txt │ ├── maven │ │ ├── archetype.txt │ │ └── mvn.txt │ └── ssl │ │ └── ssl.txt ├── db │ ├── README.adoc │ ├── create_db.sql │ ├── kcloud_platform.sql │ ├── kcloud_platform_domain.sql │ ├── kcloud_platform_domain数据库设计文档.html │ ├── kcloud_platform_generator.sql │ ├── kcloud_platform_iot.sql │ ├── kcloud_platform_iot数据库设计文档.html │ ├── kcloud_platform_nacos.sql │ ├── kcloud_platform_nacos数据库设计文档.html │ ├── kcloud_platform_test.sql │ ├── kcloud_platform_test数据库设计文档.html │ ├── kcloud_platform数据库设计文档.html │ └── snail_job.sql ├── deploy │ ├── docker-compose │ │ ├── .gitignore │ │ ├── docker-compose-dev.yml │ │ ├── docker-compose.yml │ │ ├── elasticsearch9 │ │ │ ├── Dockerfile │ │ │ └── README.md │ │ ├── env │ │ │ ├── admin.env │ │ │ ├── auth.env │ │ │ ├── common.env │ │ │ ├── gateway.env │ │ │ ├── iot.env │ │ │ ├── logstash.env │ │ │ ├── monitor.env │ │ │ ├── nacos.env │ │ │ ├── sentinel.env │ │ │ └── snail-job.env │ │ ├── kibana9 │ │ │ └── config │ │ │ │ └── kibana.yml │ │ ├── loki │ │ │ └── config │ │ │ │ └── loki-config.yaml │ │ ├── mysql9 │ │ │ └── my.cnf │ │ ├── prometheus │ │ │ └── prometheus.yaml │ │ ├── promtail │ │ │ └── config │ │ │ │ └── promtail-config.yaml │ │ └── redis7 │ │ │ └── conf │ │ │ └── redis.conf │ └── kubernetes │ │ ├── cluster-role-binding-admin-user.yaml │ │ ├── dashboard-admin-user.yaml │ │ ├── dashboard-secret-admin-user.yaml │ │ ├── postgresql17 │ │ ├── postgresql-config-map.yaml │ │ ├── postgresql-deployment.yaml │ │ ├── postgresql-persistent-volume-claim.yaml │ │ ├── postgresql-persistent-volume.yaml │ │ ├── postgresql-service.yaml │ │ └── readme.adoc │ │ └── readme.adoc ├── image │ ├── c1.png │ ├── c2.png │ ├── c3.png │ ├── c4.png │ ├── gitcode.jpg │ ├── gzh.jpg │ ├── img.png │ ├── img_1.png │ ├── img_2.png │ ├── img_3.png │ ├── jb_beam.png │ ├── krule │ │ ├── krule_1.png │ │ └── krule_2.png │ ├── logo │ │ ├── logo.ico │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── logo_1.ico │ │ ├── logo_1.png │ │ ├── logo_1.svg │ │ ├── logo_2.png │ │ ├── logo_2.svg │ │ ├── logo_3.png │ │ └── logo_3.svg │ ├── project │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── remark │ │ └── img.png │ ├── wxzp.jpg │ ├── zfb.jpg │ ├── 老寇IoT云平台业务架构图.png │ ├── 老寇IoT云平台业务架构图.svg │ ├── 老寇IoT云平台架构图.png │ └── 老寇IoT云平台架构图.svg ├── tool │ ├── EyeGuard_3.21.rar │ ├── NetAssist.exe │ ├── cat.rar │ └── modbus.zip └── video │ ├── 老寇IoT云平台GitCode获奖感谢视频.mp4 │ └── 老寇IoT云平台三周年视频.mp4 ├── filebeat ├── go.mod └── main.go ├── gateway-arm64-go ├── README.md ├── core │ ├── Docker部署SQLite.md │ ├── aes.go │ ├── aes_test.go │ ├── application.yaml │ ├── config.go │ ├── log.go │ ├── log_test.go │ ├── net.go │ ├── net_test.go │ └── sqlite_test.go └── go.mod ├── index.html ├── laokou-cloud ├── checkstyle │ ├── checkstyle-header.txt │ ├── checkstyle-suppressions.xml │ └── checkstyle.xml ├── laokou-gateway │ ├── Dockerfile │ ├── arthas.jar │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── gateway │ │ │ ├── GatewayApp.java │ │ │ ├── config │ │ │ ├── CorsConfig.java │ │ │ ├── RequestMatcherProperties.java │ │ │ └── package-info.java │ │ │ ├── constant │ │ │ ├── GatewayConstants.java │ │ │ └── package-info.java │ │ │ ├── exception │ │ │ └── handler │ │ │ │ ├── ExceptionHandler.java │ │ │ │ └── package-info.java │ │ │ ├── filter │ │ │ ├── AuthFilter.java │ │ │ └── package-info.java │ │ │ ├── package-info.java │ │ │ ├── repository │ │ │ ├── NacosRouteDefinitionRepository.java │ │ │ ├── handler │ │ │ │ └── UnsubscribeEventHandler.java │ │ │ └── package-info.java │ │ │ └── util │ │ │ ├── ReactiveI18nUtils.java │ │ │ └── package-info.java │ │ └── resources │ │ ├── application.yml │ │ ├── bootstrap.yml │ │ ├── gateway-flow.json │ │ ├── i18n │ │ ├── gateway_message.properties │ │ ├── gateway_message_en.properties │ │ ├── gateway_message_en_US.properties │ │ └── gateway_message_zh_CN.properties │ │ ├── log4j2-dev.xml │ │ ├── log4j2-prod.xml │ │ ├── log4j2-test.xml │ │ ├── router.json │ │ ├── scg-keystore.p12 │ │ └── static │ │ └── favicon.ico ├── laokou-monitor │ ├── Dockerfile │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── monitor │ │ │ ├── MonitorApp.java │ │ │ ├── config │ │ │ ├── ReactiveSecurityConfig.java │ │ │ ├── StatusChangeNotifier.java │ │ │ └── package-info.java │ │ │ └── package-info.java │ │ └── resources │ │ ├── application.yml │ │ ├── bootstrap.yml │ │ ├── log4j2-dev.xml │ │ ├── log4j2-prod.xml │ │ ├── log4j2-test.xml │ │ └── scg-keystore.p12 ├── laokou-nacos │ ├── Dockerfile │ ├── pom.xml │ └── src │ │ └── main │ │ ├── java │ │ ├── com │ │ │ └── alibaba │ │ │ │ └── nacos │ │ │ │ └── plugin │ │ │ │ └── datasource │ │ │ │ ├── constants │ │ │ │ └── DataSourceConstant.java │ │ │ │ ├── enums │ │ │ │ └── TrustedPostgresqlFunctionEnum.java │ │ │ │ └── impl │ │ │ │ └── postgresql │ │ │ │ ├── AbstractMapperByPostgresql.java │ │ │ │ ├── ConfigInfoBetaMapperByPostgresql.java │ │ │ │ ├── ConfigInfoGrayMapperByPostgresql.java │ │ │ │ ├── ConfigInfoMapperByPostgresql.java │ │ │ │ ├── ConfigInfoTagMapperByPostgresql.java │ │ │ │ ├── ConfigMigrateMapperByPostgresql.java │ │ │ │ ├── ConfigTagsRelationMapperByPostgresql.java │ │ │ │ ├── GroupCapacityMapperByPostgresql.java │ │ │ │ ├── HistoryConfigInfoMapperByPostgresql.java │ │ │ │ ├── TenantCapacityMapperByPostgresql.java │ │ │ │ └── TenantInfoMapperByPostgresql.java │ │ └── org │ │ │ └── laokou │ │ │ └── nacos │ │ │ └── NacosApp.java │ │ └── resources │ │ ├── META-INF │ │ ├── derby-schema.sql │ │ ├── logback │ │ │ └── nacos-included.xml │ │ ├── nacos-default.properties │ │ └── services │ │ │ └── com.alibaba.nacos.plugin.datasource.mapper.Mapper │ │ ├── application.properties │ │ └── banner.txt ├── pom.xml └── spotbugs │ └── spotbugs-exclude.xml ├── laokou-common ├── checkstyle │ ├── checkstyle-header.txt │ └── checkstyle-suppressions.xml ├── laokou-common-ai │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-algorithm │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── algorithm │ │ │ └── template │ │ │ ├── Algorithm.java │ │ │ ├── package-info.java │ │ │ └── select │ │ │ ├── AbstractAlgorithm.java │ │ │ ├── HashAlgorithm.java │ │ │ ├── RandomAlgorithm.java │ │ │ ├── RoundRobinAlgorithm.java │ │ │ └── package-info.java │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── algorithm │ │ │ └── AlgorithmTest.java │ │ └── resources │ │ └── application.yml ├── laokou-common-banner │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── resources │ │ ├── application-dev.yml │ │ ├── application-prod.yml │ │ ├── application-test.yml │ │ └── banner.txt ├── laokou-common-coap │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── coap │ │ └── config │ │ ├── CoapServerConfig.java │ │ └── SpringCoapServerProperties.java ├── laokou-common-context │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── context │ │ │ │ └── util │ │ │ │ ├── DomainFactory.java │ │ │ │ ├── User.java │ │ │ │ ├── UserConvertor.java │ │ │ │ ├── UserExtDetails.java │ │ │ │ └── UserUtils.java │ │ └── resources │ │ │ └── i18n │ │ │ ├── message.properties │ │ │ ├── message_en.properties │ │ │ ├── message_en_US.properties │ │ │ └── message_zh_CN.properties │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── context │ │ └── UserUtilsTest.java ├── laokou-common-core │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── file1.txt │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── core │ │ │ │ ├── annotation │ │ │ │ ├── AbstractContextualSerializer.java │ │ │ │ └── EnableWarmUp.java │ │ │ │ ├── config │ │ │ │ ├── AsyncConfig.java │ │ │ │ ├── CustomInstantDeserializer.java │ │ │ │ ├── CustomInstantSerializer.java │ │ │ │ ├── I18nInterceptor.java │ │ │ │ ├── RestClientConfig.java │ │ │ │ ├── SpringTaskExecutorConfig.java │ │ │ │ ├── WarmUpConfig.java │ │ │ │ ├── WebMvcConfig.java │ │ │ │ └── package-info.java │ │ │ │ ├── exception │ │ │ │ └── handler │ │ │ │ │ ├── GlobalExceptionHandler.java │ │ │ │ │ └── package-info.java │ │ │ │ ├── filter │ │ │ │ └── I18nRequestContextFilter.java │ │ │ │ ├── handler │ │ │ │ └── ResponseBodyHandler.java │ │ │ │ └── util │ │ │ │ ├── AddressUtils.java │ │ │ │ ├── ArrayUtils.java │ │ │ │ ├── Base64Utils.java │ │ │ │ ├── BigDecimalUtils.java │ │ │ │ ├── ClassExtUtils.java │ │ │ │ ├── CmdUtils.java │ │ │ │ ├── CollectionExtUtils.java │ │ │ │ ├── ConvertUtils.java │ │ │ │ ├── FileUtils.java │ │ │ │ ├── HttpUtils.java │ │ │ │ ├── I18nUtils.java │ │ │ │ ├── IpUtils.java │ │ │ │ ├── MapUtils.java │ │ │ │ ├── OkHttpUtils.java │ │ │ │ ├── PropertyUtils.java │ │ │ │ ├── RandomIdGenerator.java │ │ │ │ ├── RandomStringUtils.java │ │ │ │ ├── ReflectionExtUtils.java │ │ │ │ ├── RegexUtils.java │ │ │ │ ├── RequestUtils.java │ │ │ │ ├── ResponseUtils.java │ │ │ │ ├── SerializeUtils.java │ │ │ │ ├── ServerUtils.java │ │ │ │ ├── SpringExpressionUtils.java │ │ │ │ ├── SystemUtils.java │ │ │ │ ├── TemplateUtils.java │ │ │ │ ├── ThreadUtils.java │ │ │ │ ├── TreeUtils.java │ │ │ │ ├── UUIDGenerator.java │ │ │ │ ├── VirtualThreadFactory.java │ │ │ │ ├── YamlUtils.java │ │ │ │ └── package-info.java │ │ └── resources │ │ │ └── ip2region_v4.xdb │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── core │ │ │ ├── AddressUtilsTest.java │ │ │ ├── ArrayUtilsTest.java │ │ │ ├── Base64UtilsTest.java │ │ │ ├── BigDecimalUtilsTest.java │ │ │ ├── ClassUtilsTest.java │ │ │ ├── CmdUtilsTest.java │ │ │ ├── CollectionUtilsTest.java │ │ │ ├── ConvertUtilsTest.java │ │ │ ├── FileUtilsTest.java │ │ │ ├── HttpUtilsTest.java │ │ │ ├── I18nUtilsTest.java │ │ │ ├── IpUtilsTest.java │ │ │ ├── MapUtilsTest.java │ │ │ ├── OkHttpUtilsTest.java │ │ │ ├── PropertyUtilsTest.java │ │ │ ├── RandomIdGeneratorTest.java │ │ │ ├── RandomStringUtilsTest.java │ │ │ ├── RegexUtilsTest.java │ │ │ ├── RequestUtilsTest.java │ │ │ ├── ResponseUtilsTest.java │ │ │ ├── SerializeUtilsTest.java │ │ │ ├── ServerUtilsTest.java │ │ │ ├── SpringExpressionUtilsTest.java │ │ │ ├── SystemUtilsTest.java │ │ │ ├── TemplateUtilsTest.java │ │ │ ├── ThreadUtilsTest.java │ │ │ ├── TreeUtilsTest.java │ │ │ ├── UUIDGeneratorTest.java │ │ │ └── YamlUtilsTest.java │ │ └── resources │ │ ├── application.yml │ │ └── test.yaml ├── laokou-common-cors │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── cors │ │ │ └── config │ │ │ ├── CorsAutoConfig.java │ │ │ ├── HttpMessageConverterAutoConfig.java │ │ │ └── package-info.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-crypto │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── crypto │ │ │ │ ├── annotation │ │ │ │ ├── Cipher.java │ │ │ │ ├── CipherType.java │ │ │ │ ├── CryptoSerializer.java │ │ │ │ └── package-info.java │ │ │ │ └── util │ │ │ │ ├── AESUtils.java │ │ │ │ ├── RSAUtils.java │ │ │ │ └── package-info.java │ │ └── resources │ │ │ └── conf │ │ │ ├── privateKey.scr │ │ │ ├── publicKey.scr │ │ │ ├── secretIV.b12 │ │ │ └── secretKey.b256 │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── crypto │ │ ├── CryptoTest.java │ │ ├── Jasypt2Test.java │ │ └── Jasypt3Test.java ├── laokou-common-csv │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── csv │ │ │ └── utils │ │ │ └── CsvUtils.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── csv │ │ └── CsvUtilsTest.java ├── laokou-common-data-cache │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── data │ │ │ └── cache │ │ │ ├── annotation │ │ │ ├── DataCache.java │ │ │ └── package-info.java │ │ │ ├── aspectj │ │ │ ├── CacheAspectj.java │ │ │ └── package-info.java │ │ │ ├── config │ │ │ ├── DataCacheAutoConfig.java │ │ │ ├── RedissonSpringExtCacheManager.java │ │ │ └── package-info.java │ │ │ ├── constant │ │ │ └── NameConstants.java │ │ │ └── model │ │ │ └── OperateTypeEnum.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-domain │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── domain │ │ ├── annotation │ │ └── CommandLog.java │ │ ├── aspectj │ │ └── CommandLogAspectj.java │ │ └── support │ │ ├── DomainEventPublisher.java │ │ └── KafkaDomainEventPublisher.java ├── laokou-common-elasticsearch │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── elasticsearch │ │ │ │ ├── annotation │ │ │ │ ├── Analysis.java │ │ │ │ ├── Analyzer.java │ │ │ │ ├── Args.java │ │ │ │ ├── Constants.java │ │ │ │ ├── Document.java │ │ │ │ ├── Field.java │ │ │ │ ├── Filter.java │ │ │ │ ├── Index.java │ │ │ │ ├── Option.java │ │ │ │ ├── Setting.java │ │ │ │ ├── SubField.java │ │ │ │ └── Type.java │ │ │ │ ├── config │ │ │ │ ├── ElasticsearchAutoConfig.java │ │ │ │ ├── ElasticsearchRest5ClientConfig.java │ │ │ │ ├── ProtocolEnum.java │ │ │ │ ├── Rest5ClientBuilderCustomizer.java │ │ │ │ └── SpringElasticsearchProperties.java │ │ │ │ ├── model │ │ │ │ └── Search.java │ │ │ │ └── template │ │ │ │ ├── ElasticsearchDocumentTemplate.java │ │ │ │ ├── ElasticsearchIndexTemplate.java │ │ │ │ └── ElasticsearchSearchTemplate.java │ │ └── resources │ │ │ └── META-INF │ │ │ └── spring │ │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── elasticsearch │ │ ├── ElasticsearchApiTest.java │ │ └── ElasticsearchAutoConfigTest.java ├── laokou-common-excel │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── excel │ │ │ ├── util │ │ │ └── ExcelUtils.java │ │ │ └── validator │ │ │ ├── AbstractExcelValidator.java │ │ │ └── ExcelValidator.java │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── excel │ │ │ ├── ExcelTest.java │ │ │ ├── TestUserConvertor.java │ │ │ ├── TestUserDO.java │ │ │ ├── TestUserExcel.java │ │ │ └── TestUserMapper.java │ │ └── resources │ │ ├── application.yml │ │ ├── init.sql │ │ ├── mapper │ │ └── user │ │ │ └── UserMapper.xml │ │ ├── test2.xlsx │ │ └── test3.xlsx ├── laokou-common-fory │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── fory │ │ │ └── config │ │ │ └── ForyFactory.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── fory │ │ └── ForyFactoryTest.java ├── laokou-common-ftp │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── ftp │ │ │ ├── config │ │ │ └── FtpProperties.java │ │ │ └── template │ │ │ └── FtpTemplate.java │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── ftp │ │ │ └── FtpTest.java │ │ └── resources │ │ ├── application.yml │ │ └── 测试中文文本.txt ├── laokou-common-grpc │ ├── pom.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── grpc │ │ ├── annotation │ │ ├── GrpcClient.java │ │ └── GrpcClientBeanPostProcessor.java │ │ └── config │ │ ├── DiscoveryGrpcChannelFactory.java │ │ ├── DiscoveryNameResolver.java │ │ ├── DiscoveryNameResolverProvider.java │ │ └── GrpcClientConfig.java ├── laokou-common-i18n │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── i18n │ │ │ │ ├── annotation │ │ │ │ └── Entity.java │ │ │ │ ├── common │ │ │ │ ├── constant │ │ │ │ │ ├── DateConstants.java │ │ │ │ │ └── StringConstants.java │ │ │ │ └── exception │ │ │ │ │ ├── BizException.java │ │ │ │ │ ├── GlobalException.java │ │ │ │ │ ├── ParamException.java │ │ │ │ │ ├── StatusCode.java │ │ │ │ │ └── SystemException.java │ │ │ │ ├── dto │ │ │ │ ├── AggregateRoot.java │ │ │ │ ├── ClientObject.java │ │ │ │ ├── Command.java │ │ │ │ ├── CommonCommand.java │ │ │ │ ├── DTO.java │ │ │ │ ├── DomainEvent.java │ │ │ │ ├── IdGenerator.java │ │ │ │ ├── IdGeneratorBatch.java │ │ │ │ ├── Identifier.java │ │ │ │ ├── Page.java │ │ │ │ ├── PageQuery.java │ │ │ │ ├── Query.java │ │ │ │ ├── Result.java │ │ │ │ └── package-info.java │ │ │ │ └── util │ │ │ │ ├── EnumParser.java │ │ │ │ ├── InstantUtils.java │ │ │ │ ├── JacksonUtils.java │ │ │ │ ├── LocalDateTimeUtils.java │ │ │ │ ├── LocalDateUtils.java │ │ │ │ ├── LocaleUtils.java │ │ │ │ ├── MessageUtils.java │ │ │ │ ├── ObjectUtils.java │ │ │ │ ├── ParamValidator.java │ │ │ │ ├── RedisKeyUtils.java │ │ │ │ ├── ResourceExtUtils.java │ │ │ │ ├── SpringContextUtils.java │ │ │ │ ├── SpringEventBus.java │ │ │ │ ├── SpringUtils.java │ │ │ │ ├── SslUtils.java │ │ │ │ ├── StringExtUtils.java │ │ │ │ ├── ValidatorUtils.java │ │ │ │ └── package-info.java │ │ └── resources │ │ │ └── i18n │ │ │ ├── base_message.properties │ │ │ ├── base_message_en.properties │ │ │ ├── base_message_en_US.properties │ │ │ ├── base_message_zh_CN.properties │ │ │ ├── test_validation.properties │ │ │ ├── test_validation_en.properties │ │ │ ├── test_validation_en_US.properties │ │ │ └── test_validation_zh_CN.properties │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── i18n │ │ │ ├── EnumParserTest.java │ │ │ ├── InstantUtilsTest.java │ │ │ ├── JacksonUtilsTest.java │ │ │ ├── LocalDateTimeUtilsTest.java │ │ │ ├── LocalDateUtilsTest.java │ │ │ ├── LocaleUtilsTest.java │ │ │ ├── MessageUtilsTest.java │ │ │ ├── ObjectUtilsTest.java │ │ │ ├── ParamValidatorTest.java │ │ │ ├── RedisKeyUtilsTest.java │ │ │ ├── ResourceExtUtilsTest.java │ │ │ ├── SpringContextUtilsTest.java │ │ │ ├── SpringEventBusTest.java │ │ │ ├── SpringUtilsTest.java │ │ │ ├── SslUtilsTest.java │ │ │ ├── StringExtUtilsTest.java │ │ │ ├── TestEventListener.java │ │ │ └── ValidatorUtilsTest.java │ │ └── resources │ │ └── application.yml ├── laokou-common-idempotent │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── idempotent │ │ ├── annotation │ │ ├── Idempotent.java │ │ └── package-info.java │ │ ├── aspectj │ │ ├── IdempotentAspectj.java │ │ └── package-info.java │ │ └── util │ │ └── IdempotentUtils.java ├── laokou-common-influxdb │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── influxdb │ │ │ └── config │ │ │ ├── InfluxDBAutoConfig.java │ │ │ └── SpringInfluxDBProperties.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-kafka │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── kafka │ │ └── config │ │ ├── ForyKafkaDeserializer.java │ │ └── ForyKafkaSerializer.java ├── laokou-common-lock │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── lock │ │ ├── AbstractLock.java │ │ ├── Lock.java │ │ ├── RedissonLock.java │ │ ├── Type.java │ │ ├── annotation │ │ ├── Lock4j.java │ │ └── package-info.java │ │ ├── aspectj │ │ ├── LockAspectj.java │ │ └── package-info.java │ │ └── package-info.java ├── laokou-common-log │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── log │ │ │ ├── annotation │ │ │ └── OperateLog.java │ │ │ ├── aspectj │ │ │ └── OperateLogAspectj.java │ │ │ ├── config │ │ │ └── OperateLogConfig.java │ │ │ ├── convertor │ │ │ └── OperateLogConvertor.java │ │ │ ├── factory │ │ │ └── DomainFactory.java │ │ │ ├── handler │ │ │ ├── OperateEventHandler.java │ │ │ └── event │ │ │ │ └── OperateEvent.java │ │ │ ├── mapper │ │ │ ├── OperateLogDO.java │ │ │ └── OperateLogMapper.java │ │ │ ├── model │ │ │ ├── MqEnum.java │ │ │ ├── OperateLogA.java │ │ │ └── StatusEnum.java │ │ │ └── rpc │ │ │ └── DistributedIdentifierRpc.java │ │ └── resources │ │ └── mapper │ │ └── operateLog │ │ └── OperateLogMapper.xml ├── laokou-common-log4j2 │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ ├── apache │ │ │ └── logging │ │ │ │ └── log4j │ │ │ │ └── core │ │ │ │ └── layout │ │ │ │ └── JsonExtLayout.java │ │ │ └── laokou │ │ │ └── common │ │ │ └── log4j2 │ │ │ ├── config │ │ │ ├── Log4j2Config.java │ │ │ └── TtlThreadContextMap.java │ │ │ └── model │ │ │ └── MqEnum.java │ │ └── resources │ │ └── log4j2.component.properties ├── laokou-common-mail │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── mail │ │ │ ├── config │ │ │ └── MailAutoConfig.java │ │ │ ├── dto │ │ │ ├── MailResult.java │ │ │ └── SendStatus.java │ │ │ └── service │ │ │ ├── MailService.java │ │ │ └── impl │ │ │ ├── AbstractMailServiceImpl.java │ │ │ └── MailServiceImpl.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-modbus4j │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── modbus4j │ │ │ └── config │ │ │ ├── AbstractModbus.java │ │ │ ├── CustomIpParameters.java │ │ │ ├── CustomSerialPortWrapper.java │ │ │ ├── Modbus.java │ │ │ ├── ModbusAsciiMaster.java │ │ │ ├── ModbusConfig.java │ │ │ ├── ModbusRtuMaster.java │ │ │ ├── ModbusTcpMaster.java │ │ │ ├── ModbusTypeEnum.java │ │ │ ├── ModbusUdpMaster.java │ │ │ └── SpringModbusProperties.java │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── modbus4j │ │ │ └── ModbusTest.java │ │ └── resources │ │ └── application.yml ├── laokou-common-mongodb │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-mybatis-plus │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ ├── com │ │ │ │ └── baomidou │ │ │ │ │ └── dynamic │ │ │ │ │ └── datasource │ │ │ │ │ └── spring │ │ │ │ │ └── boot │ │ │ │ │ └── autoconfigure │ │ │ │ │ └── DynamicDataSourceAutoConfiguration.java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── mybatisplus │ │ │ │ ├── config │ │ │ │ ├── DataFilterInterceptor.java │ │ │ │ ├── DataObjectHandler.java │ │ │ │ ├── DynamicDataSourceManager.java │ │ │ │ ├── DynamicTableNameHandler.java │ │ │ │ ├── ForySerialCaffeineJsqlParseCache.java │ │ │ │ ├── GlobalTenantLineHandler.java │ │ │ │ ├── MybatisPlusAutoConfig.java │ │ │ │ ├── MybatisPlusExtProperties.java │ │ │ │ ├── SqlMonitorInterceptor.java │ │ │ │ └── package-info.java │ │ │ │ ├── context │ │ │ │ ├── DynamicTableSuffixContextHolder.java │ │ │ │ └── package-info.java │ │ │ │ ├── handler │ │ │ │ ├── CryptoTypeHandler.java │ │ │ │ ├── domainevent │ │ │ │ │ └── SqlEvent.java │ │ │ │ └── package-info.java │ │ │ │ ├── mapper │ │ │ │ ├── BaseDO.java │ │ │ │ ├── CrudMapper.java │ │ │ │ ├── SqlLogDO.java │ │ │ │ └── SqlLogMapper.java │ │ │ │ ├── support │ │ │ │ ├── All.java │ │ │ │ ├── Custom.java │ │ │ │ ├── DataScope.java │ │ │ │ ├── DataScopeEnum.java │ │ │ │ └── Self.java │ │ │ │ └── util │ │ │ │ ├── MybatisUtils.java │ │ │ │ ├── SqlUtils.java │ │ │ │ ├── TransactionalUtils.java │ │ │ │ └── package-info.java │ │ └── resources │ │ │ └── META-INF │ │ │ └── spring │ │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── mybatisplus │ │ │ ├── MybatisUtilsTest.java │ │ │ ├── SqlUtilsTest.java │ │ │ ├── TestUserMapper.java │ │ │ └── TransactionalUtilsTest.java │ │ └── resources │ │ ├── application.yml │ │ ├── init.sql │ │ └── mapper │ │ └── UserMapper.xml ├── laokou-common-nacos │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ ├── com │ │ │ │ └── alibaba │ │ │ │ │ └── cloud │ │ │ │ │ └── nacos │ │ │ │ │ └── loadbalancer │ │ │ │ │ ├── DefaultLoadBalancerAlgorithm.java │ │ │ │ │ ├── LoadBalancerAlgorithm.java │ │ │ │ │ ├── LoadBalancerNacosAutoConfiguration.java │ │ │ │ │ ├── NacosBalancer.java │ │ │ │ │ ├── NacosLoadBalancer.java │ │ │ │ │ ├── NacosLoadBalancerClientConfiguration.java │ │ │ │ │ ├── ServiceInstanceFilter.java │ │ │ │ │ └── package-info.java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── nacos │ │ │ │ ├── annotation │ │ │ │ └── EnableRouter.java │ │ │ │ ├── handler │ │ │ │ └── RouterHandler.java │ │ │ │ └── util │ │ │ │ ├── ConfigUtils.java │ │ │ │ ├── NamingUtils.java │ │ │ │ └── package-info.java │ │ └── resources │ │ │ └── templates │ │ │ └── router_template.json │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── nacos │ │ ├── ConfigUtilsTest.java │ │ └── NamingUtilsTest.java ├── laokou-common-openapi-doc │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── openapi │ │ │ └── doc │ │ │ └── config │ │ │ ├── OpenApiDocAutoConfig.java │ │ │ └── package-info.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-oss │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── common │ │ │ │ └── oss │ │ │ │ ├── config │ │ │ │ └── StorageAutoConfig.java │ │ │ │ ├── convertor │ │ │ │ └── OssConvertor.java │ │ │ │ ├── model │ │ │ │ ├── AmazonS3.java │ │ │ │ ├── BaseOss.java │ │ │ │ ├── FileInfo.java │ │ │ │ ├── LoadBalancePolicyEnum.java │ │ │ │ ├── Local.java │ │ │ │ ├── MinIO.java │ │ │ │ ├── OssUploadCO.java │ │ │ │ └── StoragePolicyEnum.java │ │ │ │ └── template │ │ │ │ ├── AbstractStorage.java │ │ │ │ ├── AmazonS3Storage.java │ │ │ │ ├── LocalStorage.java │ │ │ │ ├── MinIOStorage.java │ │ │ │ ├── Storage.java │ │ │ │ └── StorageTemplate.java │ │ └── resources │ │ │ └── META-INF │ │ │ └── spring │ │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── oss │ │ │ └── OssUploadTest.java │ │ └── resources │ │ └── 1.txt ├── laokou-common-plugin │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── plugin │ │ └── util │ │ ├── PluginClassLoader.java │ │ └── PluginUtils.java ├── laokou-common-prometheus │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-pulsar │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── pulsar │ │ ├── config │ │ └── ForySchema.java │ │ └── util │ │ └── TopicUtils.java ├── laokou-common-rate-limiter │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── ratelimiter │ │ ├── annotation │ │ └── RateLimiter.java │ │ └── aspectj │ │ ├── RateLimiterAspectj.java │ │ └── Type.java ├── laokou-common-reactor │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── reactor │ │ └── util │ │ ├── ReactiveRequestUtils.java │ │ └── ReactiveResponseUtils.java ├── laokou-common-redis │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── redis │ │ │ ├── config │ │ │ ├── ForyRedisSerializer.java │ │ │ ├── Md5DigestStringRedisSerializer.java │ │ │ ├── ReactiveRedisAutoConfig.java │ │ │ ├── RedisAutoConfig.java │ │ │ ├── RedissonAutoConfig.java │ │ │ └── package-info.java │ │ │ └── util │ │ │ ├── ReactiveRedisUtils.java │ │ │ ├── RedisUtils.java │ │ │ └── package-info.java │ │ └── resources │ │ └── META-INF │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-secret │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── secret │ │ │ ├── annotation │ │ │ ├── ApiSecret.java │ │ │ ├── EnableApiSecret.java │ │ │ └── package-info.java │ │ │ ├── aspectj │ │ │ ├── ApiSecretAspectj.java │ │ │ └── package-info.java │ │ │ ├── filter │ │ │ └── ApiSecretRequestFilter.java │ │ │ └── util │ │ │ ├── ApiSecretParamValidator.java │ │ │ ├── SecretUtils.java │ │ │ └── package-info.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── secret │ │ └── SecretUtilsTest.java ├── laokou-common-security │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── security │ │ │ ├── annotation │ │ │ └── EnableSecurity.java │ │ │ ├── config │ │ │ ├── OAuth2AuthorizationConfig.java │ │ │ ├── OAuth2ModelMapper.java │ │ │ ├── OAuth2OpaqueTokenIntrospector.java │ │ │ ├── OAuth2ResourceServerConfig.java │ │ │ ├── OAuth2ResourceServerProperties.java │ │ │ ├── RedisOAuth2AuthorizationConsentService.java │ │ │ ├── RedisOAuth2AuthorizationService.java │ │ │ ├── RedisRegisteredClientRepository.java │ │ │ ├── TransmittableThreadLocalSecurityContextHolderStrategy.java │ │ │ ├── convertor │ │ │ │ ├── BytesToClaimsHolderConverter.java │ │ │ │ ├── BytesToOAuth2AuthorizationRequestConverter.java │ │ │ │ ├── BytesToUsernamePasswordAuthenticationTokenConverter.java │ │ │ │ ├── ClaimsHolderMixin.java │ │ │ │ ├── ClaimsHolderToBytesConverter.java │ │ │ │ ├── OAuth2AuthorizationRequestToBytesConverter.java │ │ │ │ └── UsernamePasswordAuthenticationTokenToBytesConverter.java │ │ │ ├── entity │ │ │ │ ├── OAuth2AuthorizationCodeGrantAuthorization.java │ │ │ │ ├── OAuth2AuthorizationGrantAuthorization.java │ │ │ │ ├── OAuth2ClientCredentialsGrantAuthorization.java │ │ │ │ ├── OAuth2DeviceCodeGrantAuthorization.java │ │ │ │ ├── OAuth2MailGrantAuthorization.java │ │ │ │ ├── OAuth2MobileGrantAuthorization.java │ │ │ │ ├── OAuth2RegisteredClient.java │ │ │ │ ├── OAuth2TestGrantAuthorization.java │ │ │ │ ├── OAuth2TokenExchangeGrantAuthorization.java │ │ │ │ ├── OAuth2UserConsent.java │ │ │ │ ├── OAuth2UsernamePasswordGrantAuthorization.java │ │ │ │ └── OidcAuthorizationCodeGrantAuthorization.java │ │ │ ├── package-info.java │ │ │ └── repository │ │ │ │ ├── OAuth2AuthorizationGrantAuthorizationRepository.java │ │ │ │ ├── OAuth2RegisteredClientRepository.java │ │ │ │ └── OAuth2UserConsentRepository.java │ │ │ └── handler │ │ │ ├── OAuth2ExceptionHandler.java │ │ │ └── package-info.java │ │ └── resources │ │ ├── key.pem │ │ ├── private.pem │ │ └── public.pem ├── laokou-common-sensitive │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── sensitive │ │ │ ├── annotation │ │ │ ├── Sensitive.java │ │ │ ├── SensitiveSerializer.java │ │ │ ├── SensitiveType.java │ │ │ └── package-info.java │ │ │ └── util │ │ │ ├── SensitiveUtils.java │ │ │ └── package-info.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── sensitive │ │ └── SensitiveUtilsTest.java ├── laokou-common-sentinel │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── sentinel │ │ │ ├── config │ │ │ └── SentinelAutoConfig.java │ │ │ ├── constant │ │ │ └── SentinelConstants.java │ │ │ └── exception │ │ │ └── handler │ │ │ └── SentinelExceptionHandler.java │ │ └── resources │ │ ├── META-INF │ │ └── spring │ │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports │ │ └── i18n │ │ ├── sentinel_message.properties │ │ ├── sentinel_message_en.properties │ │ ├── sentinel_message_en_US.properties │ │ └── sentinel_message_zh_CN.properties ├── laokou-common-sms │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── sms │ │ │ ├── config │ │ │ ├── SmsAutoConfig.java │ │ │ └── SmsProperties.java │ │ │ ├── entity │ │ │ ├── SendStatusEnum.java │ │ │ └── SmsResult.java │ │ │ └── service │ │ │ ├── SmsService.java │ │ │ └── impl │ │ │ ├── AbstractSmsServiceImpl.java │ │ │ └── GYYSmsServiceImpl.java │ │ └── resources │ │ └── META-INF │ │ ├── additional-spring-configuration-metadata.json │ │ └── spring │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports ├── laokou-common-snail-job │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-starrocks │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── test │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── starrocks │ │ │ └── StarrocksApiTest.java │ │ └── resources │ │ └── init.sql ├── laokou-common-storage │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── storage │ │ └── support │ │ └── TypeEnum.java ├── laokou-common-tdengine │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-tenant │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ ├── java │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── tenant │ │ │ ├── annotation │ │ │ ├── Domain.java │ │ │ ├── Generator.java │ │ │ ├── Iot.java │ │ │ └── Master.java │ │ │ ├── config │ │ │ └── TenantAutoConfig.java │ │ │ ├── constant │ │ │ └── DSConstants.java │ │ │ ├── convertor │ │ │ └── SourceConvertor.java │ │ │ ├── mapper │ │ │ ├── SourceDO.java │ │ │ ├── SourceMapper.java │ │ │ ├── TenantDO.java │ │ │ └── TenantMapper.java │ │ │ └── util │ │ │ └── DsUtils.java │ │ └── resources │ │ ├── META-INF │ │ └── spring │ │ │ └── org.springframework.boot.autoconfigure.AutoConfiguration.imports │ │ └── mapper │ │ ├── source │ │ └── SourceMapper.xml │ │ └── tenant │ │ └── TenantMapper.xml ├── laokou-common-test │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-common-testcontainers │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── testcontainers │ │ ├── container │ │ ├── FtpContainer.java │ │ ├── MinIOContainer.java │ │ ├── NacosContainer.java │ │ └── StarrocksContainer.java │ │ └── util │ │ └── DockerImageNames.java ├── laokou-common-trace │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── trace │ │ │ ├── annotation │ │ │ ├── TraceLog.java │ │ │ └── package-info.java │ │ │ ├── aspectj │ │ │ ├── TraceLogAspectj.java │ │ │ └── package-info.java │ │ │ └── util │ │ │ ├── MDCUtils.java │ │ │ └── TraceUtils.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── trace │ │ └── MDCUtilsTest.java ├── laokou-common-websocket │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── websocket │ │ ├── annotation │ │ └── EnableWebSocketServer.java │ │ ├── config │ │ ├── AbstractChannelInitializer.java │ │ ├── AbstractServer.java │ │ ├── AbstractWebSocketServerChannelInitializer.java │ │ ├── Server.java │ │ ├── SpringWebSocketServerProperties.java │ │ ├── WebSocketRegister.java │ │ ├── WebSocketServer.java │ │ ├── WebSocketServerChannelInitializer.java │ │ ├── WebSocketServerConfig.java │ │ ├── WebSocketServerHandler.java │ │ ├── WebSocketSessionHeartBeatManager.java │ │ └── WebSocketSessionManager.java │ │ └── model │ │ ├── MqEnum.java │ │ ├── WebSocketMessageCO.java │ │ └── WebSocketTypeEnum.java ├── laokou-common-xss │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ ├── main │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── common │ │ │ └── xss │ │ │ ├── annotation │ │ │ ├── EnableXss.java │ │ │ ├── Xss.java │ │ │ ├── XssSerializer.java │ │ │ ├── XssSql.java │ │ │ └── package-info.java │ │ │ ├── filter │ │ │ ├── XssRequestFilter.java │ │ │ └── XssRequestWrapper.java │ │ │ └── util │ │ │ └── XssUtils.java │ │ └── test │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── xss │ │ └── XssTest.java ├── laokou-common-zookeeper │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── pom.xml │ ├── spotbugs │ │ └── spotbugs-exclude.xml │ └── src │ │ └── main │ │ └── java │ │ └── org │ │ └── laokou │ │ └── common │ │ └── zookeeper │ │ └── config │ │ ├── SpringZookeeperProperties.java │ │ └── ZookeeperConfig.java ├── pom.xml └── spotbugs │ └── spotbugs-exclude.xml ├── laokou-service ├── checkstyle │ ├── checkstyle-header.txt │ ├── checkstyle-suppressions.xml │ └── checkstyle.xml ├── laokou-admin │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-admin-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── admin │ │ │ └── web │ │ │ ├── ClustersController.java │ │ │ ├── DeptsController.java │ │ │ ├── DictItemsController.java │ │ │ ├── DictsController.java │ │ │ ├── I18nMessagesController.java │ │ │ ├── LoginLogsController.java │ │ │ ├── MenusController.java │ │ │ ├── NoticeLogsController.java │ │ │ ├── OperateLogsController.java │ │ │ ├── OssController.java │ │ │ ├── OssLogsController.java │ │ │ ├── RolesController.java │ │ │ ├── SourcesController.java │ │ │ ├── TenantsController.java │ │ │ └── UsersController.java │ ├── laokou-admin-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── admin │ │ │ ├── cluster │ │ │ ├── command │ │ │ │ ├── ClusterExportCmdExe.java │ │ │ │ ├── ClusterImportCmdExe.java │ │ │ │ ├── ClusterModifyCmdExe.java │ │ │ │ ├── ClusterRemoveCmdExe.java │ │ │ │ ├── ClusterSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── ClusterGetQryExe.java │ │ │ │ │ └── ClusterPageQryExe.java │ │ │ └── service │ │ │ │ └── ClustersServiceImpl.java │ │ │ ├── dept │ │ │ ├── command │ │ │ │ ├── DeptExportCmdExe.java │ │ │ │ ├── DeptImportCmdExe.java │ │ │ │ ├── DeptModifyCmdExe.java │ │ │ │ ├── DeptRemoveCmdExe.java │ │ │ │ ├── DeptSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── DeptGetQryExe.java │ │ │ │ │ ├── DeptPageQryExe.java │ │ │ │ │ └── DeptTreeListQryExe.java │ │ │ └── service │ │ │ │ ├── DeptsServiceImpl.java │ │ │ │ └── validator │ │ │ │ ├── DeptParamValidator.java │ │ │ │ ├── ModifyDeptParamValidator.java │ │ │ │ └── SaveDeptParamValidator.java │ │ │ ├── dict │ │ │ ├── command │ │ │ │ ├── DictExportCmdExe.java │ │ │ │ ├── DictImportCmdExe.java │ │ │ │ ├── DictModifyCmdExe.java │ │ │ │ ├── DictRemoveCmdExe.java │ │ │ │ ├── DictSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── DictGetQryExe.java │ │ │ │ │ └── DictPageQryExe.java │ │ │ └── service │ │ │ │ └── DictsServiceImpl.java │ │ │ ├── dictItem │ │ │ ├── command │ │ │ │ ├── DictItemExportCmdExe.java │ │ │ │ ├── DictItemImportCmdExe.java │ │ │ │ ├── DictItemModifyCmdExe.java │ │ │ │ ├── DictItemRemoveCmdExe.java │ │ │ │ ├── DictItemSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── DictItemGetQryExe.java │ │ │ │ │ └── DictItemPageQryExe.java │ │ │ └── service │ │ │ │ └── DictItemsServiceImpl.java │ │ │ ├── i18nMessage │ │ │ ├── command │ │ │ │ ├── I18nMessageExportCmdExe.java │ │ │ │ ├── I18nMessageImportCmdExe.java │ │ │ │ ├── I18nMessageModifyCmdExe.java │ │ │ │ ├── I18nMessageRemoveCmdExe.java │ │ │ │ ├── I18nMessageSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── I18nMessageGetQryExe.java │ │ │ │ │ └── I18nMessagePageQryExe.java │ │ │ └── service │ │ │ │ └── I18nMessagesServiceImpl.java │ │ │ ├── loginLog │ │ │ ├── command │ │ │ │ ├── LoginLogExportCmdExe.java │ │ │ │ ├── LoginLogImportCmdExe.java │ │ │ │ ├── LoginLogModifyCmdExe.java │ │ │ │ ├── LoginLogRemoveCmdExe.java │ │ │ │ ├── LoginLogSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── LoginLogGetQryExe.java │ │ │ │ │ └── LoginLogPageQryExe.java │ │ │ └── service │ │ │ │ └── LoginLogsServiceImpl.java │ │ │ ├── menu │ │ │ ├── command │ │ │ │ ├── MenuExportCmdExe.java │ │ │ │ ├── MenuImportCmdExe.java │ │ │ │ ├── MenuModifyCmdExe.java │ │ │ │ ├── MenuRemoveCmdExe.java │ │ │ │ ├── MenuSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── MenuGetQryExe.java │ │ │ │ │ ├── MenuPageQryExe.java │ │ │ │ │ └── MenuTreeListQryExe.java │ │ │ └── service │ │ │ │ ├── MenusServiceImpl.java │ │ │ │ ├── builder │ │ │ │ ├── MenuTreeBuilder.java │ │ │ │ ├── SystemMenuTreeBuilder.java │ │ │ │ └── UserMenuTreeBuilder.java │ │ │ │ └── validator │ │ │ │ ├── MenuParamValidator.java │ │ │ │ ├── ModifyMenuParamValidator.java │ │ │ │ └── SaveMenuParamValidator.java │ │ │ ├── noticeLog │ │ │ ├── command │ │ │ │ ├── NoticeLogExportCmdExe.java │ │ │ │ ├── NoticeLogImportCmdExe.java │ │ │ │ ├── NoticeLogModifyCmdExe.java │ │ │ │ ├── NoticeLogRemoveCmdExe.java │ │ │ │ ├── NoticeLogSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── NoticeLogGetQryExe.java │ │ │ │ │ └── NoticeLogPageQryExe.java │ │ │ └── service │ │ │ │ └── NoticeLogsServiceImpl.java │ │ │ ├── operateLog │ │ │ ├── command │ │ │ │ ├── OperateLogExportCmdExe.java │ │ │ │ ├── OperateLogImportCmdExe.java │ │ │ │ ├── OperateLogModifyCmdExe.java │ │ │ │ ├── OperateLogRemoveCmdExe.java │ │ │ │ ├── OperateLogSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── OperateLogGetQryExe.java │ │ │ │ │ └── OperateLogPageQryExe.java │ │ │ └── service │ │ │ │ └── OperateLogsServiceImpl.java │ │ │ ├── oss │ │ │ ├── command │ │ │ │ ├── OssExportCmdExe.java │ │ │ │ ├── OssImportCmdExe.java │ │ │ │ ├── OssModifyCmdExe.java │ │ │ │ ├── OssRemoveCmdExe.java │ │ │ │ ├── OssSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── OssGetQryExe.java │ │ │ │ │ └── OssPageQryExe.java │ │ │ └── service │ │ │ │ └── OssServiceImpl.java │ │ │ ├── ossLog │ │ │ ├── command │ │ │ │ ├── OssLogExportCmdExe.java │ │ │ │ ├── OssLogImportCmdExe.java │ │ │ │ ├── OssLogModifyCmdExe.java │ │ │ │ ├── OssLogRemoveCmdExe.java │ │ │ │ ├── OssLogSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── OssLogGetQryExe.java │ │ │ │ │ └── OssLogPageQryExe.java │ │ │ └── service │ │ │ │ └── OssLogsServiceImpl.java │ │ │ ├── role │ │ │ ├── command │ │ │ │ ├── RoleExportCmdExe.java │ │ │ │ ├── RoleImportCmdExe.java │ │ │ │ ├── RoleModifyAuthorityCmdExe.java │ │ │ │ ├── RoleModifyCmdExe.java │ │ │ │ ├── RoleRemoveCmdExe.java │ │ │ │ ├── RoleSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── RoleGetQryExe.java │ │ │ │ │ └── RolePageQryExe.java │ │ │ └── service │ │ │ │ ├── RolesServiceImpl.java │ │ │ │ └── validator │ │ │ │ ├── ModifyRoleAuthorityParamValidator.java │ │ │ │ ├── ModifyRoleParamValidator.java │ │ │ │ ├── RoleParamValidator.java │ │ │ │ └── SaveRoleParamValidator.java │ │ │ ├── source │ │ │ ├── command │ │ │ │ ├── SourceExportCmdExe.java │ │ │ │ ├── SourceImportCmdExe.java │ │ │ │ ├── SourceModifyCmdExe.java │ │ │ │ ├── SourceRemoveCmdExe.java │ │ │ │ ├── SourceSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── SourceGetQryExe.java │ │ │ │ │ └── SourcePageQryExe.java │ │ │ └── service │ │ │ │ └── SourcesServiceImpl.java │ │ │ ├── tenant │ │ │ ├── command │ │ │ │ ├── TenantExportCmdExe.java │ │ │ │ ├── TenantImportCmdExe.java │ │ │ │ ├── TenantModifyCmdExe.java │ │ │ │ ├── TenantRemoveCmdExe.java │ │ │ │ ├── TenantSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── TenantGetQryExe.java │ │ │ │ │ └── TenantPageQryExe.java │ │ │ └── service │ │ │ │ └── TenantsServiceImpl.java │ │ │ └── user │ │ │ ├── command │ │ │ ├── UserExportCmdExe.java │ │ │ ├── UserImportCmdExe.java │ │ │ ├── UserModifyAuthorityCmdExe.java │ │ │ ├── UserModifyCmdExe.java │ │ │ ├── UserRemoveCmdExe.java │ │ │ ├── UserResetPwdCmdExe.java │ │ │ ├── UserSaveCmdExe.java │ │ │ ├── UserUploadCmdExe.java │ │ │ └── query │ │ │ │ ├── UserGetQryExe.java │ │ │ │ ├── UserPageQryExe.java │ │ │ │ └── UserProfileGetQryExe.java │ │ │ └── service │ │ │ ├── UsersServiceImpl.java │ │ │ └── validator │ │ │ ├── ModifyUserAuthorityParamValidator.java │ │ │ ├── ModifyUserParamValidator.java │ │ │ ├── ResetUserPwdParamValidator.java │ │ │ ├── SaveUserParamValidator.java │ │ │ └── UserParamValidator.java │ ├── laokou-admin-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── admin │ │ │ ├── cluster │ │ │ ├── api │ │ │ │ └── ClustersServiceI.java │ │ │ └── dto │ │ │ │ ├── ClusterExportCmd.java │ │ │ │ ├── ClusterGetQry.java │ │ │ │ ├── ClusterImportCmd.java │ │ │ │ ├── ClusterModifyCmd.java │ │ │ │ ├── ClusterPageQry.java │ │ │ │ ├── ClusterRemoveCmd.java │ │ │ │ ├── ClusterSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── ClusterCO.java │ │ │ ├── dept │ │ │ ├── api │ │ │ │ └── DeptsServiceI.java │ │ │ └── dto │ │ │ │ ├── DeptExportCmd.java │ │ │ │ ├── DeptGetQry.java │ │ │ │ ├── DeptImportCmd.java │ │ │ │ ├── DeptModifyCmd.java │ │ │ │ ├── DeptPageQry.java │ │ │ │ ├── DeptRemoveCmd.java │ │ │ │ ├── DeptSaveCmd.java │ │ │ │ ├── DeptTreeListQry.java │ │ │ │ └── clientobject │ │ │ │ ├── DeptCO.java │ │ │ │ └── DeptTreeCO.java │ │ │ ├── dict │ │ │ ├── api │ │ │ │ └── DictsServiceI.java │ │ │ └── dto │ │ │ │ ├── DictExportCmd.java │ │ │ │ ├── DictGetQry.java │ │ │ │ ├── DictImportCmd.java │ │ │ │ ├── DictModifyCmd.java │ │ │ │ ├── DictPageQry.java │ │ │ │ ├── DictRemoveCmd.java │ │ │ │ ├── DictSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── DictCO.java │ │ │ ├── dictItem │ │ │ ├── api │ │ │ │ └── DictItemsServiceI.java │ │ │ └── dto │ │ │ │ ├── DictItemExportCmd.java │ │ │ │ ├── DictItemGetQry.java │ │ │ │ ├── DictItemImportCmd.java │ │ │ │ ├── DictItemModifyCmd.java │ │ │ │ ├── DictItemPageQry.java │ │ │ │ ├── DictItemRemoveCmd.java │ │ │ │ ├── DictItemSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── DictItemCO.java │ │ │ ├── i18nMessage │ │ │ ├── api │ │ │ │ └── I18nMessagesServiceI.java │ │ │ └── dto │ │ │ │ ├── I18nMessageExportCmd.java │ │ │ │ ├── I18nMessageGetQry.java │ │ │ │ ├── I18nMessageImportCmd.java │ │ │ │ ├── I18nMessageModifyCmd.java │ │ │ │ ├── I18nMessagePageQry.java │ │ │ │ ├── I18nMessageRemoveCmd.java │ │ │ │ ├── I18nMessageSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── I18nMessageCO.java │ │ │ ├── loginLog │ │ │ ├── api │ │ │ │ └── LoginLogsServiceI.java │ │ │ └── dto │ │ │ │ ├── LoginLogExportCmd.java │ │ │ │ ├── LoginLogGetQry.java │ │ │ │ ├── LoginLogImportCmd.java │ │ │ │ ├── LoginLogModifyCmd.java │ │ │ │ ├── LoginLogPageQry.java │ │ │ │ ├── LoginLogRemoveCmd.java │ │ │ │ ├── LoginLogSaveCmd.java │ │ │ │ ├── clientobject │ │ │ │ └── LoginLogCO.java │ │ │ │ └── excel │ │ │ │ └── LoginLogExcel.java │ │ │ ├── menu │ │ │ ├── api │ │ │ │ └── MenusServiceI.java │ │ │ └── dto │ │ │ │ ├── MenuExportCmd.java │ │ │ │ ├── MenuGetQry.java │ │ │ │ ├── MenuImportCmd.java │ │ │ │ ├── MenuModifyCmd.java │ │ │ │ ├── MenuPageQry.java │ │ │ │ ├── MenuRemoveCmd.java │ │ │ │ ├── MenuSaveCmd.java │ │ │ │ ├── MenuTreeListQry.java │ │ │ │ └── clientobject │ │ │ │ ├── MenuCO.java │ │ │ │ └── MenuTreeCO.java │ │ │ ├── noticeLog │ │ │ ├── api │ │ │ │ └── NoticeLogsServiceI.java │ │ │ └── dto │ │ │ │ ├── NoticeLogExportCmd.java │ │ │ │ ├── NoticeLogGetQry.java │ │ │ │ ├── NoticeLogImportCmd.java │ │ │ │ ├── NoticeLogModifyCmd.java │ │ │ │ ├── NoticeLogPageQry.java │ │ │ │ ├── NoticeLogRemoveCmd.java │ │ │ │ ├── NoticeLogSaveCmd.java │ │ │ │ ├── clientobject │ │ │ │ └── NoticeLogCO.java │ │ │ │ └── excel │ │ │ │ └── NoticeLogExcel.java │ │ │ ├── operateLog │ │ │ ├── api │ │ │ │ └── OperateLogsServiceI.java │ │ │ └── dto │ │ │ │ ├── OperateLogExportCmd.java │ │ │ │ ├── OperateLogGetQry.java │ │ │ │ ├── OperateLogImportCmd.java │ │ │ │ ├── OperateLogModifyCmd.java │ │ │ │ ├── OperateLogPageQry.java │ │ │ │ ├── OperateLogRemoveCmd.java │ │ │ │ ├── OperateLogSaveCmd.java │ │ │ │ ├── clientobject │ │ │ │ └── OperateLogCO.java │ │ │ │ └── excel │ │ │ │ └── OperateLogExcel.java │ │ │ ├── oss │ │ │ ├── api │ │ │ │ └── OssServiceI.java │ │ │ └── dto │ │ │ │ ├── OssExportCmd.java │ │ │ │ ├── OssGetQry.java │ │ │ │ ├── OssImportCmd.java │ │ │ │ ├── OssModifyCmd.java │ │ │ │ ├── OssPageQry.java │ │ │ │ ├── OssRemoveCmd.java │ │ │ │ ├── OssSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ ├── OssCO.java │ │ │ │ └── OssUploadCO.java │ │ │ ├── ossLog │ │ │ ├── api │ │ │ │ └── OssLogsServiceI.java │ │ │ └── dto │ │ │ │ ├── OssLogExportCmd.java │ │ │ │ ├── OssLogGetQry.java │ │ │ │ ├── OssLogImportCmd.java │ │ │ │ ├── OssLogModifyCmd.java │ │ │ │ ├── OssLogPageQry.java │ │ │ │ ├── OssLogRemoveCmd.java │ │ │ │ ├── OssLogSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── OssLogCO.java │ │ │ ├── role │ │ │ ├── api │ │ │ │ └── RolesServiceI.java │ │ │ └── dto │ │ │ │ ├── RoleExportCmd.java │ │ │ │ ├── RoleGetQry.java │ │ │ │ ├── RoleImportCmd.java │ │ │ │ ├── RoleModifyAuthorityCmd.java │ │ │ │ ├── RoleModifyCmd.java │ │ │ │ ├── RolePageQry.java │ │ │ │ ├── RoleRemoveCmd.java │ │ │ │ ├── RoleSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── RoleCO.java │ │ │ ├── source │ │ │ ├── api │ │ │ │ └── SourcesServiceI.java │ │ │ └── dto │ │ │ │ ├── SourceExportCmd.java │ │ │ │ ├── SourceGetQry.java │ │ │ │ ├── SourceImportCmd.java │ │ │ │ ├── SourceModifyCmd.java │ │ │ │ ├── SourcePageQry.java │ │ │ │ ├── SourceRemoveCmd.java │ │ │ │ ├── SourceSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── SourceCO.java │ │ │ ├── tenant │ │ │ ├── api │ │ │ │ └── TenantsServiceI.java │ │ │ └── dto │ │ │ │ ├── TenantExportCmd.java │ │ │ │ ├── TenantGetQry.java │ │ │ │ ├── TenantImportCmd.java │ │ │ │ ├── TenantModifyCmd.java │ │ │ │ ├── TenantPageQry.java │ │ │ │ ├── TenantRemoveCmd.java │ │ │ │ ├── TenantSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── TenantCO.java │ │ │ └── user │ │ │ ├── api │ │ │ └── UsersServiceI.java │ │ │ └── dto │ │ │ ├── UserExportCmd.java │ │ │ ├── UserGetQry.java │ │ │ ├── UserImportCmd.java │ │ │ ├── UserModifyAuthorityCmd.java │ │ │ ├── UserModifyCmd.java │ │ │ ├── UserPageQry.java │ │ │ ├── UserRemoveCmd.java │ │ │ ├── UserResetPwdCmd.java │ │ │ ├── UserSaveCmd.java │ │ │ ├── UserUploadAvatarCmd.java │ │ │ └── clientobject │ │ │ ├── UserCO.java │ │ │ └── UserProfileCO.java │ ├── laokou-admin-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── admin │ │ │ ├── cluster │ │ │ ├── ability │ │ │ │ └── ClusterDomainService.java │ │ │ ├── gateway │ │ │ │ └── ClusterGateway.java │ │ │ └── model │ │ │ │ └── ClusterE.java │ │ │ ├── dept │ │ │ ├── ability │ │ │ │ └── DeptDomainService.java │ │ │ ├── factory │ │ │ │ └── DeptDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── DeptGateway.java │ │ │ └── model │ │ │ │ ├── DeptE.java │ │ │ │ ├── DeptOperateTypeEnum.java │ │ │ │ └── DeptParamValidator.java │ │ │ ├── dict │ │ │ ├── ability │ │ │ │ └── DictDomainService.java │ │ │ ├── gateway │ │ │ │ └── DictGateway.java │ │ │ └── model │ │ │ │ └── DictE.java │ │ │ ├── dictItem │ │ │ ├── ability │ │ │ │ └── DictItemDomainService.java │ │ │ ├── gateway │ │ │ │ └── DictItemGateway.java │ │ │ └── model │ │ │ │ └── DictItemE.java │ │ │ ├── i18nMessage │ │ │ ├── ability │ │ │ │ └── I18nMessageDomainService.java │ │ │ ├── gateway │ │ │ │ └── I18nMessageGateway.java │ │ │ └── model │ │ │ │ └── I18nMessageE.java │ │ │ ├── loginLog │ │ │ ├── ability │ │ │ │ └── LoginLogDomainService.java │ │ │ ├── factory │ │ │ │ └── LoginLogDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── LoginLogGateway.java │ │ │ └── model │ │ │ │ ├── LoginLogE.java │ │ │ │ ├── LoginStatusEnum.java │ │ │ │ └── LoginTypeEnum.java │ │ │ ├── menu │ │ │ ├── ability │ │ │ │ └── MenuDomainService.java │ │ │ ├── factory │ │ │ │ └── MenuDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── MenuGateway.java │ │ │ └── model │ │ │ │ ├── MenuE.java │ │ │ │ ├── MenuOperateTypeEnum.java │ │ │ │ ├── MenuParamValidator.java │ │ │ │ ├── MenuStatusEnum.java │ │ │ │ ├── MenuTypeEnum.java │ │ │ │ └── MenuTypeTreeEnum.java │ │ │ ├── noticeLog │ │ │ ├── ability │ │ │ │ └── NoticeLogDomainService.java │ │ │ ├── factory │ │ │ │ └── NoticeLogDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── NoticeLogGateway.java │ │ │ └── model │ │ │ │ ├── NoticeLogE.java │ │ │ │ └── Status.java │ │ │ ├── operateLog │ │ │ ├── ability │ │ │ │ └── OperateLogDomainService.java │ │ │ ├── factory │ │ │ │ └── OperateLogDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── OperateLogGateway.java │ │ │ └── model │ │ │ │ └── OperateLogE.java │ │ │ ├── oss │ │ │ ├── ability │ │ │ │ └── OssDomainService.java │ │ │ ├── factory │ │ │ │ └── OssDomainFactory.java │ │ │ ├── gateway │ │ │ │ └── OssGateway.java │ │ │ └── model │ │ │ │ ├── OssE.java │ │ │ │ └── OssOperateTypeEnum.java │ │ │ ├── ossLog │ │ │ ├── ability │ │ │ │ └── OssLogDomainService.java │ │ │ ├── gateway │ │ │ │ └── OssLogGateway.java │ │ │ └── model │ │ │ │ └── OssLogE.java │ │ │ ├── role │ │ │ ├── ability │ │ │ │ └── RoleDomainService.java │ │ │ ├── factory │ │ │ │ └── RoleDomainFactory.java │ │ │ ├── gateway │ │ │ │ ├── RoleDeptGateway.java │ │ │ │ ├── RoleGateway.java │ │ │ │ └── RoleMenuGateway.java │ │ │ └── model │ │ │ │ ├── RoleE.java │ │ │ │ ├── RoleOperateTypeEnum.java │ │ │ │ └── RoleParamValidator.java │ │ │ ├── source │ │ │ ├── ability │ │ │ │ └── SourceDomainService.java │ │ │ ├── gateway │ │ │ │ └── SourceGateway.java │ │ │ └── model │ │ │ │ └── SourceE.java │ │ │ ├── tenant │ │ │ ├── ability │ │ │ │ └── TenantDomainService.java │ │ │ ├── gateway │ │ │ │ └── TenantGateway.java │ │ │ └── model │ │ │ │ └── TenantE.java │ │ │ └── user │ │ │ ├── ability │ │ │ └── UserDomainService.java │ │ │ ├── factory │ │ │ └── UserDomainFactory.java │ │ │ ├── gateway │ │ │ ├── UserDeptGateway.java │ │ │ ├── UserGateway.java │ │ │ └── UserRoleGateway.java │ │ │ └── model │ │ │ ├── SuperAdminEnum.java │ │ │ ├── UserE.java │ │ │ ├── UserOperateTypeEnum.java │ │ │ └── UserParamValidator.java │ ├── laokou-admin-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── admin │ │ │ │ ├── cluster │ │ │ │ ├── convertor │ │ │ │ │ └── ClusterConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── ClusterGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── ClusterMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── ClusterDO.java │ │ │ │ ├── dept │ │ │ │ ├── convertor │ │ │ │ │ └── DeptConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── DeptGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── DeptMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── DeptDO.java │ │ │ │ ├── dict │ │ │ │ ├── convertor │ │ │ │ │ └── DictConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── DictGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── DictMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── DictDO.java │ │ │ │ ├── dictItem │ │ │ │ ├── convertor │ │ │ │ │ └── DictItemConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── DictItemGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── DictItemMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── DictItemDO.java │ │ │ │ ├── i18nMessage │ │ │ │ ├── convertor │ │ │ │ │ └── I18nMessageConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── I18nMessageGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── I18nMessageMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── I18nMessageDO.java │ │ │ │ ├── loginLog │ │ │ │ ├── convertor │ │ │ │ │ └── LoginLogConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── LoginLogGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── LoginLogMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── LoginLogDO.java │ │ │ │ ├── menu │ │ │ │ ├── convertor │ │ │ │ │ └── MenuConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── MenuGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── MenuMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── MenuDO.java │ │ │ │ ├── noticeLog │ │ │ │ ├── convertor │ │ │ │ │ └── NoticeLogConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── NoticeLogGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── NoticeLogMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── NoticeLogDO.java │ │ │ │ ├── operateLog │ │ │ │ ├── convertor │ │ │ │ │ └── OperateLogConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ └── OperateLogGatewayImpl.java │ │ │ │ ├── oss │ │ │ │ ├── convertor │ │ │ │ │ └── OssConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── OssGatewayImpl.java │ │ │ │ │ ├── database │ │ │ │ │ ├── OssMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ │ └── OssDO.java │ │ │ │ │ └── rpc │ │ │ │ │ └── OssRpc.java │ │ │ │ ├── ossLog │ │ │ │ ├── convertor │ │ │ │ │ └── OssLogConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── OssLogGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── OssLogMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── OssLogDO.java │ │ │ │ ├── role │ │ │ │ ├── convertor │ │ │ │ │ └── RoleConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── RoleDeptGatewayImpl.java │ │ │ │ │ ├── RoleGatewayImpl.java │ │ │ │ │ ├── RoleMenuGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── RoleDeptMapper.java │ │ │ │ │ ├── RoleMapper.java │ │ │ │ │ ├── RoleMenuMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ ├── RoleDO.java │ │ │ │ │ ├── RoleDeptDO.java │ │ │ │ │ └── RoleMenuDO.java │ │ │ │ ├── source │ │ │ │ ├── convertor │ │ │ │ │ └── SourceConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ └── SourceGatewayImpl.java │ │ │ │ ├── tenant │ │ │ │ ├── convertor │ │ │ │ │ └── TenantConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ └── TenantGatewayImpl.java │ │ │ │ └── user │ │ │ │ ├── convertor │ │ │ │ └── UserConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ ├── UserDeptGatewayImpl.java │ │ │ │ ├── UserGatewayImpl.java │ │ │ │ ├── UserRoleGatewayImpl.java │ │ │ │ └── database │ │ │ │ ├── UserDeptMapper.java │ │ │ │ ├── UserMapper.java │ │ │ │ ├── UserRoleMapper.java │ │ │ │ └── dataobject │ │ │ │ ├── UserDO.java │ │ │ │ ├── UserDeptDO.java │ │ │ │ └── UserRoleDO.java │ │ │ └── resources │ │ │ └── mapper │ │ │ ├── cluster │ │ │ └── ClusterMapper.xml │ │ │ ├── dept │ │ │ └── DeptMapper.xml │ │ │ ├── dict │ │ │ └── DictMapper.xml │ │ │ ├── dictItem │ │ │ └── DictItemMapper.xml │ │ │ ├── i18nMessage │ │ │ └── I18nMessageMapper.xml │ │ │ ├── loginLog │ │ │ └── LoginLogMapper.xml │ │ │ ├── menu │ │ │ └── MenuMapper.xml │ │ │ ├── noticeLog │ │ │ └── NoticeLogMapper.xml │ │ │ ├── oss │ │ │ └── OssMapper.xml │ │ │ ├── ossLog │ │ │ └── OssLogMapper.xml │ │ │ ├── role │ │ │ ├── RoleDeptMapper.xml │ │ │ ├── RoleMapper.xml │ │ │ └── RoleMenuMapper.xml │ │ │ └── user │ │ │ ├── UserDeptMapper.xml │ │ │ ├── UserMapper.xml │ │ │ └── UserRoleMapper.xml │ ├── laokou-admin-start │ │ ├── Dockerfile │ │ ├── arthas.jar │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── admin │ │ │ │ │ ├── AdminApp.java │ │ │ │ │ └── package-info.java │ │ │ └── resources │ │ │ │ ├── admin-flow.json │ │ │ │ ├── application.yml │ │ │ │ ├── bootstrap.yml │ │ │ │ ├── db │ │ │ │ └── changelog │ │ │ │ │ └── db.changelog-master.xml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ ├── log4j2-test.xml │ │ │ │ └── scg-keystore.p12 │ │ │ └── test │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── admin │ │ │ ├── CommonTest.java │ │ │ ├── depts.http │ │ │ ├── dicts.http │ │ │ ├── http-client.env.json │ │ │ ├── ips.http │ │ │ ├── logs.http │ │ │ ├── menus.http │ │ │ ├── monitor.http │ │ │ ├── oss.http │ │ │ ├── packages.http │ │ │ ├── roles.http │ │ │ ├── services.http │ │ │ ├── sources.http │ │ │ ├── tenants.http │ │ │ └── users.http │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-auth │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-auth-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── auth │ │ │ ├── handler │ │ │ └── DomainEventHandler.java │ │ │ └── web │ │ │ ├── CaptchasController.java │ │ │ ├── SecretsController.java │ │ │ ├── TokensController.java │ │ │ └── package-info.java │ ├── laokou-auth-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── auth │ │ │ ├── command │ │ │ ├── CaptchaSendCmdExe.java │ │ │ ├── LoginLogSaveCmdExe.java │ │ │ ├── NoticeLogSaveCmdExe.java │ │ │ ├── TokenRemoveCmdExe.java │ │ │ ├── package-info.java │ │ │ └── query │ │ │ │ ├── CaptchaGetQryExe.java │ │ │ │ ├── SecretGetQryExe.java │ │ │ │ └── package-info.java │ │ │ └── service │ │ │ ├── CaptchasServiceImpl.java │ │ │ ├── LoginLogServiceImpl.java │ │ │ ├── NoticeLogServiceImpl.java │ │ │ ├── SecretsServiceImpl.java │ │ │ ├── TokensServiceImpl.java │ │ │ ├── package-info.java │ │ │ └── validator │ │ │ ├── AuthorizationCodeAuthParamValidator.java │ │ │ ├── MailAuthParamValidator.java │ │ │ ├── MailCaptchaParamValidator.java │ │ │ ├── MobileAuthParamValidator.java │ │ │ ├── MobileCaptchaParamValidator.java │ │ │ ├── OAuth2ParamValidator.java │ │ │ ├── TestAuthParamValidator.java │ │ │ └── UsernamePasswordAuthParamValidator.java │ ├── laokou-auth-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── auth │ │ │ ├── api │ │ │ ├── CaptchasServiceI.java │ │ │ ├── LoginLogServiceI.java │ │ │ ├── NoticeLogServiceI.java │ │ │ ├── SecretsServiceI.java │ │ │ ├── TokensServiceI.java │ │ │ └── package-info.java │ │ │ └── dto │ │ │ ├── CaptchaGetQry.java │ │ │ ├── CaptchaSendCmd.java │ │ │ ├── LoginLogSaveCmd.java │ │ │ ├── NoticeLogSaveCmd.java │ │ │ ├── TokenRemoveCmd.java │ │ │ ├── clientobject │ │ │ ├── CaptchaCO.java │ │ │ ├── LoginLogCO.java │ │ │ ├── NoticeLogCO.java │ │ │ └── SecretCO.java │ │ │ ├── domainevent │ │ │ ├── LoginEvent.java │ │ │ └── SendCaptchaEvent.java │ │ │ └── package-info.java │ ├── laokou-auth-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── auth │ │ │ │ │ ├── ability │ │ │ │ │ └── DomainService.java │ │ │ │ │ ├── factory │ │ │ │ │ └── DomainFactory.java │ │ │ │ │ ├── gateway │ │ │ │ │ ├── DeptGateway.java │ │ │ │ │ ├── LoginLogGateway.java │ │ │ │ │ ├── MenuGateway.java │ │ │ │ │ ├── NoticeLogGateway.java │ │ │ │ │ ├── OssLogGateway.java │ │ │ │ │ ├── TenantGateway.java │ │ │ │ │ ├── UserGateway.java │ │ │ │ │ └── package-info.java │ │ │ │ │ └── model │ │ │ │ │ ├── AuthA.java │ │ │ │ │ ├── AuthParamValidator.java │ │ │ │ │ ├── CaptchaParamValidator.java │ │ │ │ │ ├── CaptchaV.java │ │ │ │ │ ├── CaptchaValidator.java │ │ │ │ │ ├── Constants.java │ │ │ │ │ ├── GrantTypeEnum.java │ │ │ │ │ ├── HttpRequest.java │ │ │ │ │ ├── LoginLogE.java │ │ │ │ │ ├── LoginStatusEnum.java │ │ │ │ │ ├── MqEnum.java │ │ │ │ │ ├── NoticeLogE.java │ │ │ │ │ ├── OAuth2Constants.java │ │ │ │ │ ├── PasswordValidator.java │ │ │ │ │ ├── SendCaptchaStatusEnum.java │ │ │ │ │ ├── SendCaptchaTypeEnum.java │ │ │ │ │ ├── SuperAdminEnum.java │ │ │ │ │ ├── UserE.java │ │ │ │ │ ├── UserStatusEnum.java │ │ │ │ │ ├── UserV.java │ │ │ │ │ └── package-info.java │ │ │ └── resources │ │ │ │ └── i18n │ │ │ │ ├── auth_message.properties │ │ │ │ ├── auth_message_en.properties │ │ │ │ ├── auth_message_en_US.properties │ │ │ │ ├── auth_message_zh_CN.properties │ │ │ │ ├── auth_validation.properties │ │ │ │ ├── auth_validation_en.properties │ │ │ │ ├── auth_validation_en_US.properties │ │ │ │ └── auth_validation_zh_CN.properties │ │ │ └── test │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── auth │ │ │ │ └── AuthATest.java │ │ │ └── resources │ │ │ └── application.yml │ ├── laokou-auth-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── auth │ │ │ │ ├── config │ │ │ │ ├── OAuth2AuthorizationServerConfig.java │ │ │ │ ├── OAuth2AuthorizationServerProperties.java │ │ │ │ ├── OAuth2AuthorizationServerPropertiesMapper.java │ │ │ │ ├── OAuth2ResourceServerConfig.java │ │ │ │ └── authentication │ │ │ │ │ ├── AbstractOAuth2AuthenticationConverter.java │ │ │ │ │ ├── AbstractOAuth2AuthenticationProvider.java │ │ │ │ │ ├── AbstractOAuth2AuthenticationToken.java │ │ │ │ │ ├── OAuth2AuthenticationProcessor.java │ │ │ │ │ ├── OAuth2MailAuthenticationConverter.java │ │ │ │ │ ├── OAuth2MailAuthenticationProvider.java │ │ │ │ │ ├── OAuth2MailAuthenticationToken.java │ │ │ │ │ ├── OAuth2MobileAuthenticationConverter.java │ │ │ │ │ ├── OAuth2MobileAuthenticationProvider.java │ │ │ │ │ ├── OAuth2MobileAuthenticationToken.java │ │ │ │ │ ├── OAuth2TestAuthenticationConverter.java │ │ │ │ │ ├── OAuth2TestAuthenticationProvider.java │ │ │ │ │ ├── OAuth2TestAuthenticationToken.java │ │ │ │ │ ├── OAuth2UsernamePasswordAuthenticationConverter.java │ │ │ │ │ ├── OAuth2UsernamePasswordAuthenticationProvider.java │ │ │ │ │ ├── OAuth2UsernamePasswordAuthenticationToken.java │ │ │ │ │ ├── UserDetailsServiceImpl.java │ │ │ │ │ └── package-info.java │ │ │ │ ├── convertor │ │ │ │ ├── AuthConvertor.java │ │ │ │ ├── LoginLogConvertor.java │ │ │ │ ├── NoticeLogConvertor.java │ │ │ │ └── UserConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ ├── DeptGatewayImpl.java │ │ │ │ ├── LoginLogGatewayImpl.java │ │ │ │ ├── MenuGatewayImpl.java │ │ │ │ ├── NoticeLogGatewayImpl.java │ │ │ │ ├── OssLogGatewayImpl.java │ │ │ │ ├── TenantGatewayImpl.java │ │ │ │ ├── UserGatewayImpl.java │ │ │ │ ├── database │ │ │ │ ├── DeptMapper.java │ │ │ │ ├── LoginLogMapper.java │ │ │ │ ├── MenuMapper.java │ │ │ │ ├── NoticeLogMapper.java │ │ │ │ ├── OssLogMapper.java │ │ │ │ ├── UserMapper.java │ │ │ │ ├── dataobject │ │ │ │ │ ├── DeptDO.java │ │ │ │ │ ├── LoginLogDO.java │ │ │ │ │ ├── MenuDO.java │ │ │ │ │ ├── NoticeLogDO.java │ │ │ │ │ ├── OssLogDO.java │ │ │ │ │ ├── UserDO.java │ │ │ │ │ └── package-info.java │ │ │ │ └── package-info.java │ │ │ │ ├── package-info.java │ │ │ │ └── rpc │ │ │ │ └── DistributedIdentifierRpc.java │ │ │ └── resources │ │ │ └── mapper │ │ │ ├── dept │ │ │ └── DeptMapper.xml │ │ │ ├── menu │ │ │ └── MenuMapper.xml │ │ │ └── user │ │ │ └── UserMapper.xml │ ├── laokou-auth-start │ │ ├── Dockerfile │ │ ├── arthas.jar │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── auth │ │ │ │ │ ├── AuthApp.java │ │ │ │ │ └── package-info.java │ │ │ └── resources │ │ │ │ ├── META-INF │ │ │ │ └── additional-spring-configuration-metadata.json │ │ │ │ ├── application.yml │ │ │ │ ├── auth-flow.json │ │ │ │ ├── bootstrap.yml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ ├── log4j2-test.xml │ │ │ │ └── scg-keystore.p12 │ │ │ └── test │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── auth │ │ │ ├── AuthParamValidatorTest.java │ │ │ ├── OAuth2ApiTest.java │ │ │ ├── http-client.env.json │ │ │ ├── 数据校验测试脚本.http │ │ │ ├── 测试验证码脚本.http │ │ │ └── 认证模式测试脚本.http │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-cola │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-cola-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-cola-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-cola-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-cola-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-cola-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-cola-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-distributed-identifier │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-distributed-identifier-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-distributed-identifier-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── distributed │ │ │ └── identifier │ │ │ ├── command │ │ │ ├── DistributedIdentifierGenerateBatchCmdExe.java │ │ │ └── DistributedIdentifierGenerateCmdExe.java │ │ │ └── service │ │ │ └── DistributedIdentifierServiceImpl.java │ ├── laokou-distributed-identifier-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── distributed │ │ │ └── identifier │ │ │ └── dto │ │ │ └── DistributedIdentifierGenerateBatchCmd.java │ ├── laokou-distributed-identifier-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-distributed-identifier-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── distributed │ │ │ └── identifier │ │ │ └── config │ │ │ ├── DistributedIdentifierConfig.java │ │ │ ├── SnowflakeGenerator.java │ │ │ ├── SpringDistributedIdentifierProperties.java │ │ │ └── ZookeeperSnowflakeGenerator.java │ ├── laokou-distributed-identifier-proto │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ └── proto │ │ │ └── oss.proto │ ├── laokou-distributed-identifier-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── distributed │ │ │ │ └── identifier │ │ │ │ └── DistributedIdentifierApp.java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ ├── log4j2-dev.xml │ │ │ ├── log4j2-prod.xml │ │ │ ├── log4j2-test.xml │ │ │ └── scg-keystore.p12 │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-generator │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-generator-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── generator │ │ │ └── web │ │ │ ├── ColumnsController.java │ │ │ ├── GeneratorsController.java │ │ │ ├── InfosController.java │ │ │ └── TemplatesController.java │ ├── laokou-generator-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── generator │ │ │ ├── column │ │ │ ├── command │ │ │ │ ├── ColumnExportCmdExe.java │ │ │ │ ├── ColumnImportCmdExe.java │ │ │ │ ├── ColumnModifyCmdExe.java │ │ │ │ ├── ColumnRemoveCmdExe.java │ │ │ │ ├── ColumnSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── ColumnGetQryExe.java │ │ │ │ │ └── ColumnPageQryExe.java │ │ │ └── service │ │ │ │ └── ColumnsServiceImpl.java │ │ │ ├── info │ │ │ ├── command │ │ │ │ ├── InfoExportCmdExe.java │ │ │ │ ├── InfoImportCmdExe.java │ │ │ │ ├── InfoModifyCmdExe.java │ │ │ │ ├── InfoRemoveCmdExe.java │ │ │ │ ├── InfoSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── InfoGetQryExe.java │ │ │ │ │ └── InfoPageQryExe.java │ │ │ └── service │ │ │ │ └── InfosServiceImpl.java │ │ │ └── template │ │ │ ├── command │ │ │ ├── TemplateExportCmdExe.java │ │ │ ├── TemplateImportCmdExe.java │ │ │ ├── TemplateModifyCmdExe.java │ │ │ ├── TemplateRemoveCmdExe.java │ │ │ ├── TemplateSaveCmdExe.java │ │ │ └── query │ │ │ │ ├── TemplateGetQryExe.java │ │ │ │ └── TemplatePageQryExe.java │ │ │ └── service │ │ │ └── TemplatesServiceImpl.java │ ├── laokou-generator-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── generator │ │ │ ├── column │ │ │ ├── api │ │ │ │ └── ColumnsServiceI.java │ │ │ └── dto │ │ │ │ ├── ColumnExportCmd.java │ │ │ │ ├── ColumnGetQry.java │ │ │ │ ├── ColumnImportCmd.java │ │ │ │ ├── ColumnModifyCmd.java │ │ │ │ ├── ColumnPageQry.java │ │ │ │ ├── ColumnRemoveCmd.java │ │ │ │ ├── ColumnSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── ColumnCO.java │ │ │ ├── dto │ │ │ └── GenerateCodeCmd.java │ │ │ ├── info │ │ │ ├── api │ │ │ │ └── InfosServiceI.java │ │ │ └── dto │ │ │ │ ├── InfoExportCmd.java │ │ │ │ ├── InfoGetQry.java │ │ │ │ ├── InfoImportCmd.java │ │ │ │ ├── InfoModifyCmd.java │ │ │ │ ├── InfoPageQry.java │ │ │ │ ├── InfoRemoveCmd.java │ │ │ │ ├── InfoSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── InfoCO.java │ │ │ └── template │ │ │ ├── api │ │ │ └── TemplatesServiceI.java │ │ │ └── dto │ │ │ ├── TemplateExportCmd.java │ │ │ ├── TemplateGetQry.java │ │ │ ├── TemplateImportCmd.java │ │ │ ├── TemplateModifyCmd.java │ │ │ ├── TemplatePageQry.java │ │ │ ├── TemplateRemoveCmd.java │ │ │ ├── TemplateSaveCmd.java │ │ │ └── clientobject │ │ │ └── TemplateCO.java │ ├── laokou-generator-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── generator │ │ │ ├── ability │ │ │ └── GeneratorDomainService.java │ │ │ ├── column │ │ │ ├── ability │ │ │ │ └── ColumnDomainService.java │ │ │ ├── gateway │ │ │ │ └── ColumnGateway.java │ │ │ └── model │ │ │ │ └── ColumnE.java │ │ │ ├── factory │ │ │ └── GeneratorFactory.java │ │ │ ├── gateway │ │ │ └── TableGateway.java │ │ │ ├── info │ │ │ ├── ability │ │ │ │ └── InfoDomainService.java │ │ │ ├── gateway │ │ │ │ └── InfoGateway.java │ │ │ └── model │ │ │ │ └── InfoE.java │ │ │ ├── model │ │ │ ├── App.java │ │ │ ├── DataType.java │ │ │ ├── GeneratorA.java │ │ │ ├── TableColumnV.java │ │ │ ├── TableE.java │ │ │ ├── TableV.java │ │ │ └── Template.java │ │ │ └── template │ │ │ ├── ability │ │ │ └── TemplateDomainService.java │ │ │ ├── gateway │ │ │ └── TemplateGateway.java │ │ │ └── model │ │ │ └── TemplateE.java │ ├── laokou-generator-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── generator │ │ │ │ ├── column │ │ │ │ ├── convertor │ │ │ │ │ └── ColumnConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── ColumnGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── ColumnMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── ColumnDO.java │ │ │ │ ├── gatewayimpl │ │ │ │ ├── TableGatewayImpl.java │ │ │ │ └── database │ │ │ │ │ ├── TableColumnMapper.java │ │ │ │ │ ├── TableMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ ├── TableColumnDO.java │ │ │ │ │ └── TableDO.java │ │ │ │ ├── info │ │ │ │ ├── convertor │ │ │ │ │ └── InfoConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── InfoGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── InfoMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── InfoDO.java │ │ │ │ └── template │ │ │ │ ├── convertor │ │ │ │ └── TemplateConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ ├── TemplateGatewayImpl.java │ │ │ │ └── database │ │ │ │ ├── TemplateMapper.java │ │ │ │ └── dataobject │ │ │ │ └── TemplateDO.java │ │ │ └── resources │ │ │ └── mapper │ │ │ ├── TableColumnMapper.xml │ │ │ ├── TableMapper.xml │ │ │ ├── column │ │ │ └── ColumnMapper.xml │ │ │ ├── info │ │ │ └── InfoMapper.xml │ │ │ └── template │ │ │ └── TemplateMapper.xml │ ├── laokou-generator-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── generator │ │ │ │ │ └── GeneratorApp.java │ │ │ └── resources │ │ │ │ ├── application.yml │ │ │ │ ├── bootstrap.yml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ ├── log4j2-test.xml │ │ │ │ ├── scg-keystore.p12 │ │ │ │ └── templates │ │ │ │ ├── app │ │ │ │ ├── exportCmdExe.ftl │ │ │ │ ├── getQryExe.ftl │ │ │ │ ├── importCmdExe.ftl │ │ │ │ ├── modifyCmdExe.ftl │ │ │ │ ├── pageQryExe.ftl │ │ │ │ ├── removeCmdExe.ftl │ │ │ │ ├── saveCmdExe.ftl │ │ │ │ └── serviceImpl.ftl │ │ │ │ ├── client │ │ │ │ ├── co.ftl │ │ │ │ ├── exportCmd.ftl │ │ │ │ ├── getQry.ftl │ │ │ │ ├── importCmd.ftl │ │ │ │ ├── modifyCmd.ftl │ │ │ │ ├── pageQry.ftl │ │ │ │ ├── removeCmd.ftl │ │ │ │ ├── saveCmd.ftl │ │ │ │ └── serviceI.ftl │ │ │ │ ├── domain │ │ │ │ ├── domainService.ftl │ │ │ │ ├── entity.ftl │ │ │ │ └── gateway.ftl │ │ │ │ ├── infrastructure │ │ │ │ ├── convertor.ftl │ │ │ │ ├── do.ftl │ │ │ │ ├── gatewayImpl.ftl │ │ │ │ ├── mapper.ftl │ │ │ │ └── mapperXml.ftl │ │ │ │ └── microservice │ │ │ │ └── cola │ │ │ │ └── adapter │ │ │ │ └── controller.ftl │ │ │ └── test │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── generator │ │ │ └── TableTest.java │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-iot │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-iot-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── iot │ │ │ ├── handler │ │ │ ├── HttpMessageHandler.java │ │ │ └── MqttMessageHandler.java │ │ │ └── web │ │ │ ├── DevicesController.java │ │ │ ├── ProductCategorysController.java │ │ │ ├── ProductsController.java │ │ │ └── ThingModelsController.java │ ├── laokou-iot-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── iot │ │ │ ├── device │ │ │ ├── command │ │ │ │ ├── DeviceExportCmdExe.java │ │ │ │ ├── DeviceImportCmdExe.java │ │ │ │ ├── DeviceModifyCmdExe.java │ │ │ │ ├── DeviceRemoveCmdExe.java │ │ │ │ ├── DeviceSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── DeviceGetQryExe.java │ │ │ │ │ └── DevicePageQryExe.java │ │ │ └── service │ │ │ │ └── DevicesServiceImpl.java │ │ │ ├── product │ │ │ ├── command │ │ │ │ ├── ProductExportCmdExe.java │ │ │ │ ├── ProductImportCmdExe.java │ │ │ │ ├── ProductModifyCmdExe.java │ │ │ │ ├── ProductRemoveCmdExe.java │ │ │ │ ├── ProductSaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── ProductGetQryExe.java │ │ │ │ │ └── ProductPageQryExe.java │ │ │ └── service │ │ │ │ └── ProductsServiceImpl.java │ │ │ ├── productCategory │ │ │ ├── command │ │ │ │ ├── ProductCategoryExportCmdExe.java │ │ │ │ ├── ProductCategoryImportCmdExe.java │ │ │ │ ├── ProductCategoryModifyCmdExe.java │ │ │ │ ├── ProductCategoryRemoveCmdExe.java │ │ │ │ ├── ProductCategorySaveCmdExe.java │ │ │ │ └── query │ │ │ │ │ ├── ProductCategoryGetQryExe.java │ │ │ │ │ ├── ProductCategoryPageQryExe.java │ │ │ │ │ └── ProductCategoryTreeListQryExe.java │ │ │ └── service │ │ │ │ ├── ProductCategorysServiceImpl.java │ │ │ │ └── validator │ │ │ │ ├── ModifyProductCategoryParamValidator.java │ │ │ │ ├── ProductCategoryParamValidator.java │ │ │ │ └── SaveProductCategoryParamValidator.java │ │ │ └── thingModel │ │ │ ├── command │ │ │ ├── ThingModelExportCmdExe.java │ │ │ ├── ThingModelImportCmdExe.java │ │ │ ├── ThingModelModifyCmdExe.java │ │ │ ├── ThingModelRemoveCmdExe.java │ │ │ ├── ThingModelSaveCmdExe.java │ │ │ └── query │ │ │ │ ├── ThingModelGetQryExe.java │ │ │ │ └── ThingModelPageQryExe.java │ │ │ └── service │ │ │ ├── ThingThingModelsServiceImpl.java │ │ │ └── validator │ │ │ ├── ModifyThingModelParamValidator.java │ │ │ ├── SaveThingModelParamValidator.java │ │ │ └── ThingModelParamValidator.java │ ├── laokou-iot-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── iot │ │ │ ├── device │ │ │ ├── api │ │ │ │ └── DevicesServiceI.java │ │ │ └── dto │ │ │ │ ├── DeviceExportCmd.java │ │ │ │ ├── DeviceGetQry.java │ │ │ │ ├── DeviceImportCmd.java │ │ │ │ ├── DeviceModifyCmd.java │ │ │ │ ├── DevicePageQry.java │ │ │ │ ├── DeviceRemoveCmd.java │ │ │ │ ├── DeviceSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── DeviceCO.java │ │ │ ├── product │ │ │ ├── api │ │ │ │ └── ProductsServiceI.java │ │ │ └── dto │ │ │ │ ├── ProductExportCmd.java │ │ │ │ ├── ProductGetQry.java │ │ │ │ ├── ProductImportCmd.java │ │ │ │ ├── ProductModifyCmd.java │ │ │ │ ├── ProductPageQry.java │ │ │ │ ├── ProductRemoveCmd.java │ │ │ │ ├── ProductSaveCmd.java │ │ │ │ └── clientobject │ │ │ │ └── ProductCO.java │ │ │ ├── productCategory │ │ │ ├── api │ │ │ │ └── ProductCategorysServiceI.java │ │ │ └── dto │ │ │ │ ├── ProductCategoryExportCmd.java │ │ │ │ ├── ProductCategoryGetQry.java │ │ │ │ ├── ProductCategoryImportCmd.java │ │ │ │ ├── ProductCategoryModifyCmd.java │ │ │ │ ├── ProductCategoryPageQry.java │ │ │ │ ├── ProductCategoryRemoveCmd.java │ │ │ │ ├── ProductCategorySaveCmd.java │ │ │ │ ├── ProductCategoryTreeListQry.java │ │ │ │ └── clientobject │ │ │ │ └── ProductCategoryCO.java │ │ │ └── thingModel │ │ │ ├── api │ │ │ └── ThingModelsServiceI.java │ │ │ └── dto │ │ │ ├── ThingModelGetQry.java │ │ │ ├── ThingModelImportCmd.java │ │ │ ├── ThingModelModifyCmd.java │ │ │ ├── ThingModelPageQry.java │ │ │ ├── ThingModelRemoveCmd.java │ │ │ ├── ThingModelSaveCmd.java │ │ │ ├── ThingThingModelExportCmd.java │ │ │ └── clientobject │ │ │ └── ThingModelCO.java │ ├── laokou-iot-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── iot │ │ │ ├── device │ │ │ ├── ability │ │ │ │ └── DeviceDomainService.java │ │ │ ├── gateway │ │ │ │ └── DeviceGateway.java │ │ │ └── model │ │ │ │ └── DeviceE.java │ │ │ ├── product │ │ │ ├── ability │ │ │ │ └── ProductDomainService.java │ │ │ ├── gateway │ │ │ │ └── ProductGateway.java │ │ │ └── model │ │ │ │ └── ProductE.java │ │ │ ├── productCategory │ │ │ ├── ability │ │ │ │ └── ProductCategoryDomainService.java │ │ │ ├── factory │ │ │ │ └── ProductCategoryFactory.java │ │ │ ├── gateway │ │ │ │ └── ProductCategoryGateway.java │ │ │ └── model │ │ │ │ ├── ProductCategoryE.java │ │ │ │ ├── ProductCategoryOperateTypeEnum.java │ │ │ │ └── ProductCategoryParamValidator.java │ │ │ ├── productModel │ │ │ ├── ability │ │ │ │ └── ProductModelDomainService.java │ │ │ ├── gateway │ │ │ │ └── ProductModelGateway.java │ │ │ └── model │ │ │ │ └── ProductModelE.java │ │ │ └── thingModel │ │ │ ├── ability │ │ │ └── ThingModelDomainService.java │ │ │ ├── factory │ │ │ └── ThingModelFactory.java │ │ │ ├── gateway │ │ │ └── ThingModelGateway.java │ │ │ └── model │ │ │ ├── BooleanType.java │ │ │ ├── CategoryEnum.java │ │ │ ├── DataTypeEnum.java │ │ │ ├── DecimalType.java │ │ │ ├── IntegerType.java │ │ │ ├── StringType.java │ │ │ ├── ThingModelE.java │ │ │ ├── ThingModelOperateTypeEnum.java │ │ │ ├── ThingModelParamValidator.java │ │ │ └── TypeEnum.java │ ├── laokou-iot-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── iot │ │ │ │ ├── device │ │ │ │ ├── convertor │ │ │ │ │ └── DeviceConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── DeviceGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── DeviceMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── DeviceDO.java │ │ │ │ ├── product │ │ │ │ ├── convertor │ │ │ │ │ └── ProductConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── ProductGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── ProductMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── ProductDO.java │ │ │ │ ├── productCategory │ │ │ │ ├── convertor │ │ │ │ │ └── ProductCategoryConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── ProductCategoryGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── ProductCategoryMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── ProductCategoryDO.java │ │ │ │ ├── productModel │ │ │ │ ├── convertor │ │ │ │ │ └── ProductModelConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ │ ├── ProductModelGatewayImpl.java │ │ │ │ │ └── database │ │ │ │ │ ├── ProductModelMapper.java │ │ │ │ │ └── dataobject │ │ │ │ │ └── ProductModelDO.java │ │ │ │ └── thingModel │ │ │ │ ├── convertor │ │ │ │ └── ThingModelConvertor.java │ │ │ │ └── gatewayimpl │ │ │ │ ├── ThingModelGatewayImpl.java │ │ │ │ └── database │ │ │ │ ├── ThingModelMapper.java │ │ │ │ └── dataobject │ │ │ │ └── ThingModelDO.java │ │ │ └── resources │ │ │ └── mapper │ │ │ ├── device │ │ │ └── DeviceMapper.xml │ │ │ ├── product │ │ │ └── ProductMapper.xml │ │ │ ├── productCategory │ │ │ └── ProductCategoryMapper.xml │ │ │ ├── productModel │ │ │ └── ProductModelMapper.xml │ │ │ └── thingModel │ │ │ └── ThingModelMapper.xml │ ├── laokou-iot-start │ │ ├── Dockerfile │ │ ├── arthas.jar │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── iot │ │ │ │ └── IotApp.java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ ├── bootstrap.yml │ │ │ ├── certificate.crt │ │ │ ├── log4j2-dev.xml │ │ │ ├── log4j2-prod.xml │ │ │ ├── log4j2-test.xml │ │ │ ├── private.key │ │ │ └── scg-keystore.p12 │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-logstash │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-logstash-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── logstash │ │ │ └── consumer │ │ │ └── handler │ │ │ └── TraceLogHandler.java │ ├── laokou-logstash-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── logstash │ │ │ ├── command │ │ │ └── TraceLogSaveCmdExe.java │ │ │ └── service │ │ │ └── TraceLogServiceImpl.java │ ├── laokou-logstash-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── logstash │ │ │ ├── api │ │ │ └── TraceLogServiceI.java │ │ │ └── dto │ │ │ ├── TraceLogSaveCmd.java │ │ │ └── clientobject │ │ │ └── LokiPushDTO.java │ ├── laokou-logstash-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── logstash │ │ │ ├── ability │ │ │ └── DomainService.java │ │ │ └── gateway │ │ │ └── TraceLogGateway.java │ ├── laokou-logstash-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── logstash │ │ │ ├── config │ │ │ ├── LokiProperties.java │ │ │ ├── StorageConfig.java │ │ │ └── StorageProperties.java │ │ │ ├── convertor │ │ │ └── TraceLogConvertor.java │ │ │ ├── gatewayimpl │ │ │ ├── TraceLogGatewayImpl.java │ │ │ └── database │ │ │ │ └── dataobject │ │ │ │ └── TraceLogIndex.java │ │ │ └── support │ │ │ ├── AbstractTraceLogStorage.java │ │ │ ├── TraceLogElasticsearchStorage.java │ │ │ ├── TraceLogLokiStorage.java │ │ │ └── TraceLogStorage.java │ ├── laokou-logstash-start │ │ ├── Dockerfile │ │ ├── arthas.jar │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── logstash │ │ │ │ └── LogtashApp.java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ ├── bootstrap.yml │ │ │ ├── log4j2-dev.xml │ │ │ ├── log4j2-prod.xml │ │ │ ├── log4j2-test.xml │ │ │ └── scg-keystore.p12 │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-mcp │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-mcp-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── laokou-mcp-client-adapter │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── client │ │ │ │ └── web │ │ │ │ └── McpController.java │ │ ├── laokou-mcp-client-app │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── client │ │ │ │ ├── command │ │ │ │ └── query │ │ │ │ │ └── DevicePropertyGetQryExe.java │ │ │ │ └── service │ │ │ │ └── DeviceServiceImpl.java │ │ ├── laokou-mcp-client-client │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── client │ │ │ │ ├── api │ │ │ │ └── DeviceServiceI.java │ │ │ │ └── dto │ │ │ │ └── DevicePropertyGetQry.java │ │ ├── laokou-mcp-client-domain │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ └── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ ├── laokou-mcp-client-infrastructure │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ └── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ ├── laokou-mcp-client-start │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── mcp │ │ │ │ │ └── client │ │ │ │ │ └── McpClientApp.java │ │ │ │ └── resources │ │ │ │ ├── application.yml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ └── log4j2-test.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-mcp-server │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── laokou-mcp-server-adapter │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ └── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ ├── laokou-mcp-server-app │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── server │ │ │ │ └── service │ │ │ │ └── DeviceServiceImpl.java │ │ ├── laokou-mcp-server-client │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── server │ │ │ │ └── api │ │ │ │ └── DeviceServiceI.java │ │ ├── laokou-mcp-server-domain │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ └── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ ├── laokou-mcp-server-infrastructure │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mcp │ │ │ │ └── server │ │ │ │ └── config │ │ │ │ └── McpConfig.java │ │ ├── laokou-mcp-server-start │ │ │ ├── checkstyle │ │ │ │ ├── checkstyle-header.txt │ │ │ │ ├── checkstyle-suppressions.xml │ │ │ │ └── checkstyle.xml │ │ │ ├── pom.xml │ │ │ ├── spotbugs │ │ │ │ └── spotbugs-exclude.xml │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── mcp │ │ │ │ │ └── server │ │ │ │ │ └── McpServerApp.java │ │ │ │ └── resources │ │ │ │ ├── application.yml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ └── log4j2-test.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── mcp-server-py │ │ ├── README.adoc │ │ └── requirements.txt │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-network │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-network-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-network-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-network-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-network-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-network-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── network │ │ │ ├── config │ │ │ ├── AbstractVertxService.java │ │ │ ├── VertxConfig.java │ │ │ ├── VertxService.java │ │ │ ├── VertxServiceManager.java │ │ │ ├── http │ │ │ │ ├── HttpServerProperties.java │ │ │ │ └── VertxHttpServer.java │ │ │ ├── mqtt │ │ │ │ ├── MqttClientProperties.java │ │ │ │ ├── MqttServerProperties.java │ │ │ │ ├── VertxMqttClient.java │ │ │ │ ├── VertxMqttServer.java │ │ │ │ └── handler │ │ │ │ │ ├── DownPropertyReadReplyMqttMessageHandler.java │ │ │ │ │ ├── DownPropertyWriteReplyMqttMessageHandler.java │ │ │ │ │ ├── MqttMessageHandler.java │ │ │ │ │ └── UpPropertyReportMqttMessageHandler.java │ │ │ ├── tcp │ │ │ │ ├── TcpServerProperties.java │ │ │ │ └── VertxTcpServer.java │ │ │ └── udp │ │ │ │ ├── UdpServerProperties.java │ │ │ │ └── VertxUdpServer.java │ │ │ ├── model │ │ │ ├── HttpMessageEnum.java │ │ │ ├── MqttMessage.java │ │ │ ├── MqttMessageEnum.java │ │ │ ├── PropertyMessage.java │ │ │ └── WebsocketMessageEnum.java │ │ │ └── util │ │ │ └── VertxMqttUtils.java │ ├── laokou-network-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── mqtt │ │ │ │ └── server │ │ │ │ └── NetworkApp.java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ ├── bootstrap.yml │ │ │ ├── log4j2-dev.xml │ │ │ ├── log4j2-prod.xml │ │ │ ├── log4j2-test.xml │ │ │ └── scg-keystore.p12 │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-oss │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-oss-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── oss │ │ │ └── handler │ │ │ └── DomainEventHandler.java │ ├── laokou-oss-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── oss │ │ │ ├── command │ │ │ ├── OssLogSaveCmdExe.java │ │ │ └── OssUploadCmdExe.java │ │ │ └── service │ │ │ ├── OssLogsServiceImpl.java │ │ │ └── OssServiceImpl.java │ ├── laokou-oss-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── oss │ │ │ ├── api │ │ │ └── OssLogsServiceI.java │ │ │ └── dto │ │ │ ├── OssLogSaveCmd.java │ │ │ ├── OssUploadCmd.java │ │ │ ├── clientobject │ │ │ ├── OssLogCO.java │ │ │ └── OssUploadCO.java │ │ │ └── domainevent │ │ │ └── OssUploadEvent.java │ ├── laokou-oss-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── oss │ │ │ ├── ability │ │ │ └── OssDomainService.java │ │ │ ├── factory │ │ │ └── OssDomainFactory.java │ │ │ ├── gateway │ │ │ ├── OssGateway.java │ │ │ └── OssLogGateway.java │ │ │ └── model │ │ │ ├── FileFormatEnum.java │ │ │ ├── MqEnum.java │ │ │ ├── OssA.java │ │ │ ├── OssLogE.java │ │ │ ├── OssStatusEnum.java │ │ │ └── OssUploadV.java │ ├── laokou-oss-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── oss │ │ │ ├── config │ │ │ └── OssConfig.java │ │ │ ├── convertor │ │ │ ├── OssConvertor.java │ │ │ └── OssLogConvertor.java │ │ │ └── gatewayimpl │ │ │ ├── OssGatewayImpl.java │ │ │ ├── OssLogGatewayImpl.java │ │ │ ├── database │ │ │ ├── OssLogMapper.java │ │ │ ├── OssMapper.java │ │ │ └── dataobject │ │ │ │ ├── OssDO.java │ │ │ │ └── OssLogDO.java │ │ │ └── rpc │ │ │ └── DistributedIdentifierRpc.java │ ├── laokou-oss-proto │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── src │ │ │ └── main │ │ │ └── proto │ │ │ └── oss.proto │ ├── laokou-oss-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ ├── main │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── laokou │ │ │ │ │ └── oss │ │ │ │ │ └── OssApp.java │ │ │ └── resources │ │ │ │ ├── application.yml │ │ │ │ ├── log4j2-dev.xml │ │ │ │ ├── log4j2-prod.xml │ │ │ │ ├── log4j2-test.xml │ │ │ │ └── scg-keystore.p12 │ │ │ └── test │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── oss │ │ │ │ └── OssTest.java │ │ │ └── resources │ │ │ └── 1.jpg │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-report │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-report-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-report-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-report-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-report-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ ├── java │ │ │ └── org │ │ │ │ └── laokou │ │ │ │ └── report │ │ │ │ └── ReportApp.java │ │ │ └── resources │ │ │ ├── application.yml │ │ │ ├── bootstrap.yml │ │ │ ├── log4j2-dev.xml │ │ │ ├── log4j2-prod.xml │ │ │ ├── log4j2-test.xml │ │ │ └── scg-keystore.p12 │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── laokou-standalone │ ├── checkstyle │ │ ├── checkstyle-header.txt │ │ ├── checkstyle-suppressions.xml │ │ └── checkstyle.xml │ ├── laokou-standalone-adapter │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-standalone-app │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-standalone-client │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-standalone-domain │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-standalone-infrastructure │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ └── spotbugs │ │ │ └── spotbugs-exclude.xml │ ├── laokou-standalone-start │ │ ├── checkstyle │ │ │ ├── checkstyle-header.txt │ │ │ ├── checkstyle-suppressions.xml │ │ │ └── checkstyle.xml │ │ ├── pom.xml │ │ ├── spotbugs │ │ │ └── spotbugs-exclude.xml │ │ └── src │ │ │ └── main │ │ │ └── java │ │ │ └── org │ │ │ └── laokou │ │ │ └── StandaloneApp.java │ ├── pom.xml │ └── spotbugs │ │ └── spotbugs-exclude.xml ├── pom.xml └── spotbugs │ └── spotbugs-exclude.xml ├── laokou-tool ├── checkstyle │ ├── checkstyle-header.txt │ ├── checkstyle-suppressions.xml │ └── checkstyle.xml ├── pom.xml ├── spotbugs │ └── spotbugs-exclude.xml └── src │ └── main │ └── java │ └── org │ └── laokou │ └── tool │ ├── ErrorInfoPrinter.java │ ├── ModifyProjectBoot.java │ └── TraceLog.java ├── lombok.config ├── miniApp ├── .gitignore ├── App.vue ├── common │ ├── api.js │ └── request.js ├── index.html ├── main.js ├── manifest.json ├── pages.json ├── pages │ ├── index │ │ └── index.vue │ └── iot │ │ └── device.vue ├── static │ └── logo.png ├── uni.promisify.adaptor.js ├── uni.scss └── uni_modules │ ├── lime-echart │ ├── changelog.md │ ├── components │ │ ├── l-echart │ │ │ ├── canvas.js │ │ │ ├── l-echart.uvue │ │ │ ├── l-echart.vue │ │ │ ├── nvue.js │ │ │ ├── utils.js │ │ │ └── uvue.uts │ │ └── lime-echart │ │ │ ├── lime-echart.nvue │ │ │ ├── lime-echart.uvue │ │ │ └── lime-echart.vue │ ├── package.json │ ├── pnpm-lock.yaml │ ├── readme.md │ └── static │ │ ├── ecStat.min.js │ │ ├── echarts.min.js │ │ ├── index.html │ │ ├── nvue.html │ │ ├── uni.webview.1.5.3.js │ │ ├── uni.webview.1.5.5.js │ │ └── uvue.html │ └── uview-plus │ ├── LICENSE │ ├── README.md │ ├── changelog.md │ ├── components │ ├── u--form │ │ └── u--form.vue │ ├── u--image │ │ └── u--image.vue │ ├── u--input │ │ └── u--input.vue │ ├── u--text │ │ └── u--text.vue │ ├── u--textarea │ │ └── u--textarea.vue │ ├── u-action-sheet-data │ │ └── u-action-sheet-data.vue │ ├── u-action-sheet │ │ ├── actionSheet.js │ │ ├── props.js │ │ └── u-action-sheet.vue │ ├── u-album │ │ ├── album.js │ │ ├── props.js │ │ └── u-album.vue │ ├── u-alert │ │ ├── alert.js │ │ ├── props.js │ │ └── u-alert.vue │ ├── u-avatar-group │ │ ├── avatarGroup.js │ │ ├── props.js │ │ └── u-avatar-group.vue │ ├── u-avatar │ │ ├── avatar.js │ │ ├── props.js │ │ └── u-avatar.vue │ ├── u-back-top │ │ ├── backtop.js │ │ ├── props.js │ │ └── u-back-top.vue │ ├── u-badge │ │ ├── badge.js │ │ ├── props.js │ │ └── u-badge.vue │ ├── u-box │ │ ├── props.js │ │ └── u-box.vue │ ├── u-button │ │ ├── button.js │ │ ├── nvue.scss │ │ ├── props.js │ │ ├── u-button.vue │ │ └── vue.scss │ ├── u-calendar │ │ ├── calendar.js │ │ ├── header.vue │ │ ├── month.vue │ │ ├── props.js │ │ ├── u-calendar.vue │ │ └── util.js │ ├── u-car-keyboard │ │ ├── carKeyboard.js │ │ ├── props.js │ │ └── u-car-keyboard.vue │ ├── u-card │ │ ├── card.js │ │ ├── props.js │ │ └── u-card.vue │ ├── u-cate-tab │ │ └── u-cate-tab.vue │ ├── u-cell-group │ │ ├── cellGroup.js │ │ ├── props.js │ │ └── u-cell-group.vue │ ├── u-cell │ │ ├── cell.js │ │ ├── props.js │ │ └── u-cell.vue │ ├── u-checkbox-group │ │ ├── checkboxGroup.js │ │ ├── props.js │ │ └── u-checkbox-group.vue │ ├── u-checkbox │ │ ├── checkbox.js │ │ ├── props.js │ │ └── u-checkbox.vue │ ├── u-circle-progress │ │ ├── circleProgress.js │ │ ├── props.js │ │ └── u-circle-progress.vue │ ├── u-code-input │ │ ├── codeInput.js │ │ ├── props.js │ │ └── u-code-input.vue │ ├── u-code │ │ ├── code.js │ │ ├── props.js │ │ └── u-code.vue │ ├── u-col │ │ ├── col.js │ │ ├── props.js │ │ └── u-col.vue │ ├── u-collapse-item │ │ ├── collapseItem.js │ │ ├── props.js │ │ └── u-collapse-item.vue │ ├── u-collapse │ │ ├── collapse.js │ │ ├── props.js │ │ └── u-collapse.vue │ ├── u-column-notice │ │ ├── columnNotice.js │ │ ├── props.js │ │ └── u-column-notice.vue │ ├── u-copy │ │ └── u-copy.vue │ ├── u-count-down │ │ ├── countDown.js │ │ ├── props.js │ │ ├── u-count-down.vue │ │ └── utils.js │ ├── u-count-to │ │ ├── countTo.js │ │ ├── props.js │ │ └── u-count-to.vue │ ├── u-datetime-picker │ │ ├── datetimePicker.js │ │ ├── props.js │ │ └── u-datetime-picker.vue │ ├── u-divider │ │ ├── divider.js │ │ ├── props.js │ │ └── u-divider.vue │ ├── u-dropdown-item │ │ ├── props.js │ │ └── u-dropdown-item.vue │ ├── u-dropdown │ │ ├── props.js │ │ └── u-dropdown.vue │ ├── u-empty │ │ ├── empty.js │ │ ├── props.js │ │ └── u-empty.vue │ ├── u-float-button │ │ └── u-float-button.vue │ ├── u-form-item │ │ ├── formItem.js │ │ ├── props.js │ │ └── u-form-item.vue │ ├── u-form │ │ ├── form.js │ │ ├── props.js │ │ └── u-form.vue │ ├── u-gap │ │ ├── gap.js │ │ ├── props.js │ │ └── u-gap.vue │ ├── u-grid-item │ │ ├── gridItem.js │ │ ├── props.js │ │ └── u-grid-item.vue │ ├── u-grid │ │ ├── grid.js │ │ ├── props.js │ │ └── u-grid.vue │ ├── u-icon │ │ ├── icon.js │ │ ├── icons.js │ │ ├── props.js │ │ └── u-icon.vue │ ├── u-image │ │ ├── image.js │ │ ├── props.js │ │ └── u-image.vue │ ├── u-index-anchor │ │ ├── indexAnchor.js │ │ ├── props.js │ │ └── u-index-anchor.vue │ ├── u-index-item │ │ ├── props.js │ │ └── u-index-item.vue │ ├── u-index-list │ │ ├── indexList.js │ │ ├── props.js │ │ └── u-index-list.vue │ ├── u-input │ │ ├── input.js │ │ ├── props.js │ │ └── u-input.vue │ ├── u-keyboard │ │ ├── keyboard.js │ │ ├── props.js │ │ └── u-keyboard.vue │ ├── u-lazy-load │ │ └── u-lazy-load.vue │ ├── u-line-progress │ │ ├── lineProgress.js │ │ ├── props.js │ │ └── u-line-progress.vue │ ├── u-line │ │ ├── line.js │ │ ├── props.js │ │ └── u-line.vue │ ├── u-link │ │ ├── link.js │ │ ├── props.js │ │ └── u-link.vue │ ├── u-list-item │ │ ├── listItem.js │ │ ├── props.js │ │ └── u-list-item.vue │ ├── u-list │ │ ├── list.js │ │ ├── props.js │ │ └── u-list.vue │ ├── u-loading-icon │ │ ├── loadingIcon.js │ │ ├── props.js │ │ └── u-loading-icon.vue │ ├── u-loading-page │ │ ├── loadingPage.js │ │ ├── props.js │ │ └── u-loading-page.vue │ ├── u-loadmore │ │ ├── loadmore.js │ │ ├── props.js │ │ └── u-loadmore.vue │ ├── u-message-input │ │ └── u-message-input.vue │ ├── u-modal │ │ ├── modal.js │ │ ├── props.js │ │ └── u-modal.vue │ ├── u-navbar-mini │ │ ├── props.js │ │ └── u-navbar-mini.vue │ ├── u-navbar │ │ ├── navbar.js │ │ ├── props.js │ │ └── u-navbar.vue │ ├── u-no-network │ │ ├── noNetwork.js │ │ ├── props.js │ │ └── u-no-network.vue │ ├── u-notice-bar │ │ ├── noticeBar.js │ │ ├── props.js │ │ └── u-notice-bar.vue │ ├── u-notify │ │ ├── notify.js │ │ ├── props.js │ │ └── u-notify.vue │ ├── u-number-box │ │ ├── numberBox.js │ │ ├── props.js │ │ └── u-number-box.vue │ ├── u-number-keyboard │ │ ├── numberKeyboard.js │ │ ├── props.js │ │ └── u-number-keyboard.vue │ ├── u-overlay │ │ ├── overlay.js │ │ ├── props.js │ │ └── u-overlay.vue │ ├── u-parse │ │ ├── node │ │ │ └── node.vue │ │ ├── parse.js │ │ ├── parser.js │ │ ├── props.js │ │ └── u-parse.vue │ ├── u-picker-column │ │ ├── props.js │ │ └── u-picker-column.vue │ ├── u-picker-data │ │ └── u-picker-data.vue │ ├── u-picker │ │ ├── picker.js │ │ ├── props.js │ │ └── u-picker.vue │ ├── u-popup │ │ ├── popup.js │ │ ├── props.js │ │ └── u-popup.vue │ ├── u-qrcode │ │ ├── qrcode.js │ │ └── u-qrcode.vue │ ├── u-radio-group │ │ ├── props.js │ │ ├── radioGroup.js │ │ └── u-radio-group.vue │ ├── u-radio │ │ ├── props.js │ │ ├── radio.js │ │ └── u-radio.vue │ ├── u-rate │ │ ├── props.js │ │ ├── rate.js │ │ └── u-rate.vue │ ├── u-read-more │ │ ├── props.js │ │ ├── readMore.js │ │ └── u-read-more.vue │ ├── u-row-notice │ │ ├── props.js │ │ ├── rowNotice.js │ │ └── u-row-notice.vue │ ├── u-row │ │ ├── props.js │ │ ├── row.js │ │ └── u-row.vue │ ├── u-safe-bottom │ │ ├── props.js │ │ └── u-safe-bottom.vue │ ├── u-scroll-list │ │ ├── nvue.js │ │ ├── other.js │ │ ├── props.js │ │ ├── scrollList.js │ │ ├── scrollWxs.wxs │ │ └── u-scroll-list.vue │ ├── u-search │ │ ├── props.js │ │ ├── search.js │ │ └── u-search.vue │ ├── u-section │ │ └── section.js │ ├── u-select │ │ └── u-select.vue │ ├── u-skeleton │ │ ├── props.js │ │ ├── skeleton.js │ │ └── u-skeleton.vue │ ├── u-slider │ │ ├── mpother.js │ │ ├── mpwxs.js │ │ ├── mpwxs.wxs │ │ ├── nvue.js │ │ ├── props.js │ │ ├── slider.js │ │ └── u-slider.vue │ ├── u-status-bar │ │ ├── props.js │ │ ├── statusBar.js │ │ └── u-status-bar.vue │ ├── u-steps-item │ │ ├── props.js │ │ ├── stepsItem.js │ │ └── u-steps-item.vue │ ├── u-steps │ │ ├── props.js │ │ ├── steps.js │ │ └── u-steps.vue │ ├── u-sticky │ │ ├── props.js │ │ ├── sticky.js │ │ └── u-sticky.vue │ ├── u-subsection │ │ ├── props.js │ │ ├── subsection.js │ │ └── u-subsection.vue │ ├── u-swipe-action-item │ │ ├── alipay.sjs │ │ ├── index - backup.wxs │ │ ├── index.wxs │ │ ├── nvue - backup.js │ │ ├── nvue.js │ │ ├── other.js │ │ ├── props.js │ │ ├── swipeActionItem.js │ │ ├── u-swipe-action-item.vue │ │ └── wxs.js │ ├── u-swipe-action │ │ ├── props.js │ │ ├── swipeAction.js │ │ └── u-swipe-action.vue │ ├── u-swiper-indicator │ │ ├── props.js │ │ ├── swipterIndicator.js │ │ └── u-swiper-indicator.vue │ ├── u-swiper │ │ ├── props.js │ │ ├── swiper.js │ │ └── u-swiper.vue │ ├── u-switch │ │ ├── props.js │ │ ├── switch.js │ │ └── u-switch.vue │ ├── u-tabbar-item │ │ ├── props.js │ │ ├── tabbarItem.js │ │ └── u-tabbar-item.vue │ ├── u-tabbar │ │ ├── props.js │ │ ├── tabbar.js │ │ └── u-tabbar.vue │ ├── u-table │ │ ├── props.js │ │ └── u-table.vue │ ├── u-tabs-item │ │ ├── props.js │ │ └── u-tabs-item.vue │ ├── u-tabs │ │ ├── props.js │ │ ├── tabs.js │ │ └── u-tabs.vue │ ├── u-tag │ │ ├── props.js │ │ ├── tag.js │ │ └── u-tag.vue │ ├── u-td │ │ ├── props.js │ │ └── u-td.vue │ ├── u-text │ │ ├── props.js │ │ ├── text.js │ │ ├── u-text.vue │ │ └── value.js │ ├── u-textarea │ │ ├── props.js │ │ ├── textarea.js │ │ └── u-textarea.vue │ ├── u-toast │ │ ├── toast.js │ │ └── u-toast.vue │ ├── u-toolbar │ │ ├── props.js │ │ ├── toolbar.js │ │ └── u-toolbar.vue │ ├── u-tooltip │ │ ├── props.js │ │ ├── tooltip.js │ │ └── u-tooltip.vue │ ├── u-tr │ │ ├── props.js │ │ └── u-tr.vue │ ├── u-transition │ │ ├── nvue-ani-map.js │ │ ├── props.js │ │ ├── transition.js │ │ ├── transitionMixin.js │ │ ├── u-transition.vue │ │ └── vue.ani-style.scss │ ├── u-upload │ │ ├── mixin.js │ │ ├── props.js │ │ ├── u-upload.vue │ │ ├── upload.js │ │ └── utils.js │ ├── u-view │ │ └── u-view.vue │ ├── u-waterfall │ │ └── u-waterfall.vue │ └── uview-plus │ │ └── uview-plus.vue │ ├── index.js │ ├── index.scss │ ├── libs │ ├── config │ │ ├── color.js │ │ ├── config.js │ │ ├── props.js │ │ └── zIndex.js │ ├── css │ │ ├── color.scss │ │ ├── common.scss │ │ ├── components.scss │ │ ├── flex.scss │ │ ├── h5.scss │ │ ├── mixin.scss │ │ ├── mp.scss │ │ ├── nvue.scss │ │ └── vue.scss │ ├── function │ │ ├── calc.js │ │ ├── colorGradient.js │ │ ├── debounce.js │ │ ├── digit.js │ │ ├── http.js │ │ ├── index.js │ │ ├── platform.js │ │ ├── test.js │ │ └── throttle.js │ ├── luch-request │ │ ├── adapters │ │ │ └── index.js │ │ ├── core │ │ │ ├── InterceptorManager.js │ │ │ ├── Request.js │ │ │ ├── buildFullPath.js │ │ │ ├── defaults.js │ │ │ ├── dispatchRequest.js │ │ │ ├── mergeConfig.js │ │ │ └── settle.js │ │ ├── helpers │ │ │ ├── buildURL.js │ │ │ ├── combineURLs.js │ │ │ └── isAbsoluteURL.js │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── utils.js │ │ └── utils │ │ │ └── clone.js │ ├── mixin │ │ ├── button.js │ │ ├── mixin.js │ │ ├── mpMixin.js │ │ ├── mpShare.js │ │ ├── openType.js │ │ ├── style.js │ │ └── touch.js │ ├── util │ │ ├── async-validator.js │ │ ├── calendar.js │ │ ├── emitter.js │ │ ├── gcanvas │ │ │ ├── bridge │ │ │ │ └── bridge-weex.js │ │ │ ├── context-2d │ │ │ │ ├── FillStyleLinearGradient.js │ │ │ │ ├── FillStylePattern.js │ │ │ │ ├── FillStyleRadialGradient.js │ │ │ │ └── RenderingContext.js │ │ │ ├── context-webgl │ │ │ │ ├── ActiveInfo.js │ │ │ │ ├── Buffer.js │ │ │ │ ├── Framebuffer.js │ │ │ │ ├── GLenum.js │ │ │ │ ├── GLmethod.js │ │ │ │ ├── GLtype.js │ │ │ │ ├── Program.js │ │ │ │ ├── Renderbuffer.js │ │ │ │ ├── RenderingContext.js │ │ │ │ ├── Shader.js │ │ │ │ ├── ShaderPrecisionFormat.js │ │ │ │ ├── Texture.js │ │ │ │ ├── UniformLocation.js │ │ │ │ └── classUtils.js │ │ │ ├── env │ │ │ │ ├── canvas.js │ │ │ │ ├── image.js │ │ │ │ └── tool.js │ │ │ └── index.js │ │ └── route.js │ └── vue.js │ ├── package.json │ ├── theme.scss │ └── types │ ├── comps.d.ts │ ├── comps │ ├── _common.d.ts │ ├── actionSheet.d.ts │ ├── album.d.ts │ ├── alert.d.ts │ ├── avatar.d.ts │ ├── avatarGroup.d.ts │ ├── backTop.d.ts │ ├── badge.d.ts │ ├── button.d.ts │ ├── calendar.d.ts │ ├── cell.d.ts │ ├── cellGroup.d.ts │ ├── checkbox.d.ts │ ├── checkboxGroup.d.ts │ ├── code.d.ts │ ├── codeInput.d.ts │ ├── col.d.ts │ ├── collapse.d.ts │ ├── collapseItem.d.ts │ ├── countDown.d.ts │ ├── countTo.d.ts │ ├── datetimePicker.d.ts │ ├── divider.d.ts │ ├── empty.d.ts │ ├── form.d.ts │ ├── formItem.d.ts │ ├── gap.d.ts │ ├── grid.d.ts │ ├── gridItem.d.ts │ ├── icon.d.ts │ ├── image.d.ts │ ├── indexAnchor.d.ts │ ├── indexItem.d.ts │ ├── indexList.d.ts │ ├── input.d.ts │ ├── keyboard.d.ts │ ├── line.d.ts │ ├── lineProgress.d.ts │ ├── link.d.ts │ ├── list.d.ts │ ├── listItem.d.ts │ ├── loadMore.d.ts │ ├── loadingIcon.d.ts │ ├── loadingPage.d.ts │ ├── modal.d.ts │ ├── navbar.d.ts │ ├── noNetwork.d.ts │ ├── noticeBar.d.ts │ ├── notify.d.ts │ ├── numberBox.d.ts │ ├── overlay.d.ts │ ├── parse.d.ts │ ├── picker.d.ts │ ├── popup.d.ts │ ├── radio.d.ts │ ├── radioGroup.d.ts │ ├── rate.d.ts │ ├── readMore.d.ts │ ├── row.d.ts │ ├── safeBottom.d.ts │ ├── scrollList.d.ts │ ├── search.d.ts │ ├── skeleton.d.ts │ ├── slider.d.ts │ ├── statusBar.d.ts │ ├── steps.d.ts │ ├── stepsItem.d.ts │ ├── sticky.d.ts │ ├── subsection.d.ts │ ├── swipeAction.d.ts │ ├── swipeActionItem.d.ts │ ├── swiper.d.ts │ ├── swiperIndicator.d.ts │ ├── switch.d.ts │ ├── tabbar.d.ts │ ├── tabbarItem.d.ts │ ├── tabs.d.ts │ ├── tag.d.ts │ ├── text.d.ts │ ├── textarea.d.ts │ ├── toast.d.ts │ ├── tooltip.d.ts │ ├── transition.d.ts │ └── upload.d.ts │ ├── index.d.ts │ └── package.json ├── ocr ├── README.md └── requirements.txt ├── pom.xml ├── prediction ├── README.adoc └── requirements.txt ├── renovate.json ├── spotbugs └── spotbugs-exclude.xml ├── src └── docs │ └── asciidoc │ ├── Asciidoctor使用指南.adoc │ ├── GithubCI之Maven构建.adoc │ ├── GithubCI之依赖机器人.adoc │ ├── Maven生成Spring官方文档.adoc │ ├── banner-logo.svg │ ├── image │ ├── open │ │ ├── wxzp.jpg │ │ └── zfb.jpg │ └── tools │ │ ├── img.png │ │ ├── img_1.png │ │ ├── img_2.png │ │ ├── img_3.gif │ │ ├── img_3.png │ │ ├── img_4.gif │ │ ├── img_4.png │ │ ├── img_5.png │ │ ├── img_6.png │ │ ├── img_7.png │ │ ├── img_8.png │ │ └── img_9.png │ ├── index.adoc │ └── 开篇.adoc ├── streamMedia └── dockerFile ├── target └── generated-docs │ ├── Asciidoctor使用指南.html │ ├── GithubCI之Maven构建.html │ ├── GithubCI之依赖机器人.html │ ├── Maven生成Spring官方文档.html │ ├── css │ ├── font-awesome.css │ └── site.css │ ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 │ ├── image │ ├── open │ │ ├── wxzp.jpg │ │ └── zfb.jpg │ └── tools │ │ ├── img.png │ │ ├── img_1.png │ │ ├── img_2.png │ │ ├── img_3.gif │ │ ├── img_3.png │ │ ├── img_4.gif │ │ ├── img_4.png │ │ ├── img_5.png │ │ ├── img_6.png │ │ ├── img_7.png │ │ ├── img_8.png │ │ └── img_9.png │ ├── img │ ├── banner-logo.svg │ ├── doc-background-dark.svg │ ├── doc-background.svg │ └── octicons-16.svg │ ├── index.html │ ├── js │ ├── setup.js │ └── site.js │ └── 开篇.html ├── ui ├── .eslintrc.js ├── .gitignore ├── .lintstagedrc ├── .npmrc ├── .prettierignore ├── .prettierrc ├── .stylelintrc.js ├── Dockerfile ├── README.adoc ├── config │ ├── config.ts │ ├── proxy.ts │ └── routes.ts ├── nginx │ ├── conf │ │ └── nginx.conf │ └── ssl │ │ ├── cert.pem │ │ └── key.pem ├── package.json ├── pnpm-lock.yaml ├── public │ ├── 1.png │ ├── FfdJeJRQWjEeGTpqgBKj.png │ ├── favicon.ico │ └── logo.png ├── src │ ├── access.ts │ ├── app.tsx │ ├── assets │ │ └── .gitkeep │ ├── constants │ │ └── index.ts │ ├── global.less │ ├── loading.tsx │ ├── models │ │ └── global.ts │ ├── pages │ │ ├── Home │ │ │ ├── DeviceMessage.tsx │ │ │ ├── index.less │ │ │ └── index.tsx │ │ ├── IoT │ │ │ └── Device │ │ │ │ ├── DeviceDrawer.tsx │ │ │ │ ├── ProductCategoryDrawer.tsx │ │ │ │ ├── ProductDrawer.tsx │ │ │ │ ├── ThingModelDrawer.tsx │ │ │ │ ├── index.tsx │ │ │ │ ├── product.tsx │ │ │ │ ├── productCategory.tsx │ │ │ │ └── thingModel.tsx │ │ ├── Login │ │ │ └── index.tsx │ │ └── Sys │ │ │ ├── Config │ │ │ └── generator.tsx │ │ │ ├── Log │ │ │ ├── NoticeDrawer.tsx │ │ │ ├── OperateDrawer.tsx │ │ │ ├── login.tsx │ │ │ ├── notice.tsx │ │ │ └── operate.tsx │ │ │ ├── Oss │ │ │ ├── config.tsx │ │ │ └── log.tsx │ │ │ └── Permission │ │ │ ├── DeptDrawer.tsx │ │ │ ├── MenuDrawer.tsx │ │ │ ├── RoleDrawer.tsx │ │ │ ├── RoleModifyAuthorityDrawer.tsx │ │ │ ├── UploadAvatarDrawer.tsx │ │ │ ├── UserDrawer.tsx │ │ │ ├── UserModifyAuthorityDrawer.tsx │ │ │ ├── UserResetPwdDrawer.tsx │ │ │ ├── dept.tsx │ │ │ ├── menu.tsx │ │ │ ├── role.tsx │ │ │ └── user.tsx │ ├── services │ │ ├── admin │ │ │ ├── dept.ts │ │ │ ├── dict.ts │ │ │ ├── dictItem.ts │ │ │ ├── i18nMessage.ts │ │ │ ├── index.ts │ │ │ ├── loginLog.ts │ │ │ ├── menu.ts │ │ │ ├── noticeLog.ts │ │ │ ├── operateLog.ts │ │ │ ├── oss.ts │ │ │ ├── ossLog.ts │ │ │ ├── role.ts │ │ │ ├── source.ts │ │ │ ├── tenant.ts │ │ │ ├── typings.d.ts │ │ │ └── user.ts │ │ ├── auth │ │ │ ├── auth.ts │ │ │ ├── captcha.ts │ │ │ ├── index.ts │ │ │ ├── secret.ts │ │ │ └── typings.d.ts │ │ └── iot │ │ │ ├── device.ts │ │ │ ├── index.ts │ │ │ ├── product.ts │ │ │ ├── productCategory.ts │ │ │ ├── thingModel.ts │ │ │ └── typings.d.ts │ └── utils │ │ ├── export.ts │ │ └── format.ts ├── tsconfig.json └── typings.d.ts ├── 性能测试.adoc ├── 老寇IoT云平台操作手册.doc └── 贡献者许可协议.adoc /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.deepsource.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.deepsource.toml -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # 赞助 2 | custom: https://koushenhai.github.io/pages/1b12ed 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/maven.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/maven.yml -------------------------------------------------------------------------------- /.github/workflows/node.js.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/node.js.yml -------------------------------------------------------------------------------- /.github/workflows/semgrep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/semgrep.yml -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /.github/workflows/sync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.github/workflows/sync.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.gitignore -------------------------------------------------------------------------------- /.whitesource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/.whitesource -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/CONTRIBUTING.adoc -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/adapter/adapter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/adapter/adapter.go -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/app/app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/app/app.go -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/core/http.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/core/http.go -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/core/mqtt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/core/mqtt.go -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/domain/domain.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/domain/domain.go -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/go.mod -------------------------------------------------------------------------------- /KCloud-Platform-IoT-Go/service/iot/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KCloud-Platform-IoT-Go/service/iot/main.go -------------------------------------------------------------------------------- /KKVM/go.mod: -------------------------------------------------------------------------------- 1 | module KKVM 2 | 3 | go 1.24 4 | -------------------------------------------------------------------------------- /KKVM/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/KKVM/main.go -------------------------------------------------------------------------------- /KRule/main.go: -------------------------------------------------------------------------------- 1 | package KRule 2 | 3 | func main() { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/NOTICE -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/README.adoc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/SECURITY.md -------------------------------------------------------------------------------- /archive/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/README.MD -------------------------------------------------------------------------------- /archive/docs/.vuepress/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/config.js -------------------------------------------------------------------------------- /archive/docs/.vuepress/config/baiduCode.js: -------------------------------------------------------------------------------- 1 | module.exports = ''; 2 | -------------------------------------------------------------------------------- /archive/docs/.vuepress/config/htmlModules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/config/htmlModules.js -------------------------------------------------------------------------------- /archive/docs/.vuepress/enhanceApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/enhanceApp.js -------------------------------------------------------------------------------- /archive/docs/.vuepress/plugins/love-me/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/plugins/love-me/index.js -------------------------------------------------------------------------------- /archive/docs/.vuepress/plugins/love-me/love-me.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/plugins/love-me/love-me.js -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_10.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_11.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_12.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_13.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_14.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_15.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_16.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_17.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_18.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_19.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_20.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_21.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_22.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_23.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_6.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_7.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_8.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/img_9.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/1/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/1/logo.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_6.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/2/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/2/img_7.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_6.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/3/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/3/img_7.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/4/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/4/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_6.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/6/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/6/img_7.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/7/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/7/1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/7/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/7/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/8/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/8/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/8/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/8/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/8/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/8/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/Fory序列化与反序列化/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/Fory序列化与反序列化/1.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/Linux搭建Go开发环境/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/Linux搭建Go开发环境/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/favicon.ico -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/logo.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键修改项目模块/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键修改项目模块/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键修改项目模块/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键修改项目模块/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键修改项目模块/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键修改项目模块/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键修改项目模块/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键修改项目模块/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成后端COLA代码/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成后端COLA代码/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成后端COLA代码/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成项目骨架/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成项目骨架/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成项目骨架/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成项目骨架/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键生成项目骨架/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键生成项目骨架/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键跳过测试用例/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键跳过测试用例/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/一键跳过测试用例/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/一键跳过测试用例/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/二维码/gzh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/二维码/gzh.jpg -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/二维码/wxzf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/二维码/wxzf.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/分布式链路跟踪之ELK日志/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/分布式链路跟踪之ELK日志/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/前端启动/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/前端启动/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/前端启动/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/前端启动/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/前端启动/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/前端启动/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之对接MQTT最佳实践/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之对接MQTT最佳实践/1.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之小白调试网关设备/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之小白调试网关设备/1.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之小白调试网关设备/2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之小白调试网关设备/2.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之小白调试网关设备/3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之小白调试网关设备/3.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之小白调试网关设备/4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之小白调试网关设备/4.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之小白调试网关设备/5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之小白调试网关设备/5.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/物联网之常见网络配置/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/物联网之常见网络配置/1.webp -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/组件【nacos】/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/组件【nacos】/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_10.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_12.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_13.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_14.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_5.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_6.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_7.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_8.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目启动【dev环境】/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目启动【dev环境】/img_9.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_1.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_2.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_3.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/img/项目部署之镜像打包与推送/img_4.png -------------------------------------------------------------------------------- /archive/docs/.vuepress/public/markmap/01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/public/markmap/01.html -------------------------------------------------------------------------------- /archive/docs/.vuepress/styles/index.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/styles/index.styl -------------------------------------------------------------------------------- /archive/docs/.vuepress/styles/palette.styl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/.vuepress/styles/palette.styl -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/00.组件【ai】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/00.开发手册/00.组件【ai】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/01.组件【algorithm】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/00.开发手册/01.组件【algorithm】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/02.组件【banner】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/00.开发手册/02.组件【banner】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/04.组件【core】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【core】 3 | date: 2025-03-11 14:17:03 4 | permalink: /pages/zj04/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/05.组件【bom】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【bom】 3 | date: 2025-03-11 14:17:47 4 | permalink: /pages/zj05/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/06.组件【cors】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【cors】 3 | date: 2025-03-11 15:06:00 4 | permalink: /pages/zj06/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/07.组件【domain】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【domain】 3 | date: 2025-03-11 15:06:40 4 | permalink: /pages/zj07/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/08.组件【crypto】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【crypto】 3 | date: 2025-03-11 15:07:41 4 | permalink: /pages/zj08/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/09.组件【data-cache】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【data-cache】 3 | date: 2025-03-11 15:08:33 4 | permalink: /pages/zj09/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/11.组件【elasticsearch】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【elasticsearch】 3 | date: 2025-03-11 15:09:55 4 | permalink: /pages/zj11/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/12.组件【excel】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【excel】 3 | date: 2025-03-11 15:14:47 4 | permalink: /pages/zj12/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/16.组件【i18n】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【i18n】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj16/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/17.组件【idempotent】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【idempotent】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj17/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/18.组件【influxdb】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【influxdb】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj18/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/19.组件【kafka】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【kafka】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj19/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/20.组件【log】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【log】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj20/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/21.组件【lock】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【lock】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj21/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/22.组件【mail】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【mail】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj22/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/23.组件【log4j2】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【log4j2】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj23/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/24.组件【mqtt】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【mqtt】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj24/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/26.组件【mybatis-plus】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【mybatis-plus】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj26/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/27.组件【nacos】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/00.开发手册/27.组件【nacos】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/28.组件【netty】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【netty】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj28/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/29.组件【openapi-doc】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【openapi-doc】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj29/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/31.组件【oss】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【oss】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj31/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/32.组件【prometheus】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【prometheus】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj32/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/34.组件【rate-limiter】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【rate-limiter】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj34/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/35.组件【reactor】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【reactor】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj35/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/36.组件【redis】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【redis】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj36/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/39.组件【secret】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【secret】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj39/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/40.组件【security】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【security】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj40/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/41.组件【sensitive】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【sensitive】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj41/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/43.组件【sms】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【sms】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj43/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/44.组件【snail-job】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【snail-job】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj44/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/48.组件【storage】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【storage】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj48/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/49.组件【tdengine】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【tdengine】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj49/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/50.组件【tenant】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【tenant】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj50/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/51.组件【test】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【test】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj51/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/52.组件【trace】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【trace】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj52/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/00.开发手册/53.组件【xss】.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 组件【xss】 3 | date: 2025-03-11 15:21:31 4 | permalink: /pages/zj53/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/00.Centos7安装Mysql 8.0.33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/00.Centos7安装Mysql 8.0.33.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/01.Centos7安装Redis 7.0.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/01.Centos7安装Redis 7.0.11.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/02.Centos7安装RocketMQ 5.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/02.Centos7安装RocketMQ 5.1.1.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/03.Centos7安装Jdk 17.0.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/03.Centos7安装Jdk 17.0.7.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/04.Centos7安装Docker 23.0.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/04.Centos7安装Docker 23.0.6.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/05.Docker安装RabbitMQ 3.12.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/05.Docker安装RabbitMQ 3.12.2.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/07.Docker安装Postgresql 16.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/07.Docker安装Postgresql 16.1.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/08.Ubuntu20.04安装Docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/08.Ubuntu20.04安装Docker.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/09.Ubuntu20.04忘记密码或指纹错误.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/09.Ubuntu20.04忘记密码或指纹错误.md -------------------------------------------------------------------------------- /archive/docs/01.指南/01.环境搭建/10.Linux搭建Go开发环境.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/01.环境搭建/10.Linux搭建Go开发环境.md -------------------------------------------------------------------------------- /archive/docs/01.指南/02.常用命令/00.Linux常用命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/02.常用命令/00.Linux常用命令.md -------------------------------------------------------------------------------- /archive/docs/01.指南/02.常用命令/01.Docker常用命令.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/02.常用命令/01.Docker常用命令.md -------------------------------------------------------------------------------- /archive/docs/01.指南/03.快速上手/01.项目启动【dev环境】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/03.快速上手/01.项目启动【dev环境】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/03.快速上手/02.项目启动【test环境】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/03.快速上手/02.项目启动【test环境】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/03.快速上手/03.项目启动【prod环境】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/03.快速上手/03.项目启动【prod环境】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/03.快速上手/04.更新日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/03.快速上手/04.更新日志.md -------------------------------------------------------------------------------- /archive/docs/01.指南/04.前端指南/00.前端启动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/04.前端指南/00.前端启动.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/00.COLA代码规范.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/00.COLA代码规范.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/01.SSL证书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/01.SSL证书.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/02.一键修改项目模块.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/02.一键修改项目模块.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/03.一键生成项目骨架.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/03.一键生成项目骨架.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/04.一键修改项目版本号.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/04.一键修改项目版本号.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/05.一键跳过测试用例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/05.一键跳过测试用例.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/06.一键生成后端COLA代码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/06.一键生成后端COLA代码.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/07.分布式链路跟踪之ELK日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/07.分布式链路跟踪之ELK日志.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/08.一键检查代码规范.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/08.一键检查代码规范.md -------------------------------------------------------------------------------- /archive/docs/01.指南/05.后端指南/10.OAuth2.1流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/05.后端指南/10.OAuth2.1流程.md -------------------------------------------------------------------------------- /archive/docs/01.指南/06.项目部署/00.项目部署之镜像打包与推送.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/06.项目部署/00.项目部署之镜像打包与推送.md -------------------------------------------------------------------------------- /archive/docs/01.指南/07.其他/00.Java如何快速转Go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/07.其他/00.Java如何快速转Go.md -------------------------------------------------------------------------------- /archive/docs/01.指南/07.其他/01.Go快速开发API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/07.其他/01.Go快速开发API.md -------------------------------------------------------------------------------- /archive/docs/01.指南/07.其他/02.Vue快速开发Api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/07.其他/02.Vue快速开发Api.md -------------------------------------------------------------------------------- /archive/docs/01.指南/07.其他/03.React快速开发Api.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: React快速开发Api 3 | date: 2025-03-26 21:28:55 4 | permalink: /pages/3de3af/ 5 | --- 6 | -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/00.物联网之对接MQTT最佳实践.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/00.物联网之对接MQTT最佳实践.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/03.物联网之使用Vertx实现TCP最佳实践【响应式】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/03.物联网之使用Vertx实现TCP最佳实践【响应式】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/05.物联网之使用Vertx实现UDP最佳实践【响应式】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/05.物联网之使用Vertx实现UDP最佳实践【响应式】.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/07.物联网之常见网络配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/07.物联网之常见网络配置.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/08.Go之封装Http请求和日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/08.Go之封装Http请求和日志.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/09.物联网之小白调试网关设备.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/09.物联网之小白调试网关设备.md -------------------------------------------------------------------------------- /archive/docs/01.指南/08.文章/11.Fory序列化与反序列化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/08.文章/11.Fory序列化与反序列化.md -------------------------------------------------------------------------------- /archive/docs/01.指南/09.推荐/00.IntelliJ IDEA插件推荐.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/01.指南/09.推荐/00.IntelliJ IDEA插件推荐.md -------------------------------------------------------------------------------- /archive/docs/02.赞助/00.赞助.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/02.赞助/00.赞助.md -------------------------------------------------------------------------------- /archive/docs/03.感悟/01.读后感/00.读《强者,都是含泪奔跑的人》读后感.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/03.感悟/01.读后感/00.读《强者,都是含泪奔跑的人》读后感.md -------------------------------------------------------------------------------- /archive/docs/03.感悟/02.修行/00.修身_养生_情感.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/03.感悟/02.修行/00.修身_养生_情感.md -------------------------------------------------------------------------------- /archive/docs/03.感悟/02.修行/01.老实人_直男脱单【老寇总结】.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/03.感悟/02.修行/01.老实人_直男脱单【老寇总结】.md -------------------------------------------------------------------------------- /archive/docs/03.感悟/03.觉悟/00.觉悟日记(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/03.感悟/03.觉悟/00.觉悟日记(一).md -------------------------------------------------------------------------------- /archive/docs/04.摘抄/01.儒学/00.儒学摘抄(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/04.摘抄/01.儒学/00.儒学摘抄(一).md -------------------------------------------------------------------------------- /archive/docs/04.摘抄/02.禅学/00.禅语摘抄(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/04.摘抄/02.禅学/00.禅语摘抄(一).md -------------------------------------------------------------------------------- /archive/docs/04.摘抄/03.诗词/00.诗词摘抄(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/04.摘抄/03.诗词/00.诗词摘抄(一).md -------------------------------------------------------------------------------- /archive/docs/04.摘抄/04.道法/00.道法摘抄(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/04.摘抄/04.道法/00.道法摘抄(一).md -------------------------------------------------------------------------------- /archive/docs/04.摘抄/05.养生/00.养生摘抄(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/04.摘抄/05.养生/00.养生摘抄(一).md -------------------------------------------------------------------------------- /archive/docs/@pages/archivesPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/@pages/archivesPage.md -------------------------------------------------------------------------------- /archive/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/docs/index.md -------------------------------------------------------------------------------- /archive/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/package-lock.json -------------------------------------------------------------------------------- /archive/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/package.json -------------------------------------------------------------------------------- /archive/utils/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/utils/config.yml -------------------------------------------------------------------------------- /archive/utils/editFrontmatter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/utils/editFrontmatter.js -------------------------------------------------------------------------------- /archive/utils/modules/fn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/utils/modules/fn.js -------------------------------------------------------------------------------- /archive/utils/modules/readFileList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/archive/utils/modules/readFileList.js -------------------------------------------------------------------------------- /bigScreen/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/.gitignore -------------------------------------------------------------------------------- /bigScreen/.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/.npmrc -------------------------------------------------------------------------------- /bigScreen/.umirc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/.umirc.ts -------------------------------------------------------------------------------- /bigScreen/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/README.adoc -------------------------------------------------------------------------------- /bigScreen/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/package.json -------------------------------------------------------------------------------- /bigScreen/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/pnpm-lock.yaml -------------------------------------------------------------------------------- /bigScreen/src/assets/yay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/src/assets/yay.jpg -------------------------------------------------------------------------------- /bigScreen/src/layouts/index.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/src/layouts/index.less -------------------------------------------------------------------------------- /bigScreen/src/layouts/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/src/layouts/index.tsx -------------------------------------------------------------------------------- /bigScreen/src/pages/docs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/src/pages/docs.tsx -------------------------------------------------------------------------------- /bigScreen/src/pages/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/bigScreen/src/pages/index.tsx -------------------------------------------------------------------------------- /bigScreen/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./src/.umi/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /bigScreen/typings.d.ts: -------------------------------------------------------------------------------- 1 | import 'umi/typings'; 2 | -------------------------------------------------------------------------------- /checkstyle/checkstyle-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/checkstyle/checkstyle-header.txt -------------------------------------------------------------------------------- /checkstyle/checkstyle-suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/checkstyle/checkstyle-suppressions.xml -------------------------------------------------------------------------------- /checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /doc/build/graalvm/graalvm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/build/graalvm/graalvm.txt -------------------------------------------------------------------------------- /doc/config/arthas/arthas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/arthas/arthas.txt -------------------------------------------------------------------------------- /doc/config/cds/cds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/cds/cds.txt -------------------------------------------------------------------------------- /doc/config/git/git.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/git/git.txt -------------------------------------------------------------------------------- /doc/config/maven/archetype.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/maven/archetype.txt -------------------------------------------------------------------------------- /doc/config/maven/mvn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/maven/mvn.txt -------------------------------------------------------------------------------- /doc/config/ssl/ssl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/config/ssl/ssl.txt -------------------------------------------------------------------------------- /doc/db/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/README.adoc -------------------------------------------------------------------------------- /doc/db/create_db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/create_db.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_domain.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_domain.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_domain数据库设计文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_domain数据库设计文档.html -------------------------------------------------------------------------------- /doc/db/kcloud_platform_generator.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_generator.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_iot.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_iot.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_iot数据库设计文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_iot数据库设计文档.html -------------------------------------------------------------------------------- /doc/db/kcloud_platform_nacos.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_nacos.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_nacos数据库设计文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_nacos数据库设计文档.html -------------------------------------------------------------------------------- /doc/db/kcloud_platform_test.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_test.sql -------------------------------------------------------------------------------- /doc/db/kcloud_platform_test数据库设计文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform_test数据库设计文档.html -------------------------------------------------------------------------------- /doc/db/kcloud_platform数据库设计文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/kcloud_platform数据库设计文档.html -------------------------------------------------------------------------------- /doc/db/snail_job.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/db/snail_job.sql -------------------------------------------------------------------------------- /doc/deploy/docker-compose/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/.gitignore -------------------------------------------------------------------------------- /doc/deploy/docker-compose/docker-compose-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/docker-compose-dev.yml -------------------------------------------------------------------------------- /doc/deploy/docker-compose/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/docker-compose.yml -------------------------------------------------------------------------------- /doc/deploy/docker-compose/elasticsearch9/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/elasticsearch9/Dockerfile -------------------------------------------------------------------------------- /doc/deploy/docker-compose/elasticsearch9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/elasticsearch9/README.md -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/admin.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/admin.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/auth.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/auth.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/common.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/common.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/gateway.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/gateway.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/iot.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/iot.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/logstash.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/logstash.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/monitor.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/monitor.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/nacos.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/nacos.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/sentinel.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/sentinel.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/env/snail-job.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/env/snail-job.env -------------------------------------------------------------------------------- /doc/deploy/docker-compose/kibana9/config/kibana.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/kibana9/config/kibana.yml -------------------------------------------------------------------------------- /doc/deploy/docker-compose/loki/config/loki-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/loki/config/loki-config.yaml -------------------------------------------------------------------------------- /doc/deploy/docker-compose/mysql9/my.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/mysql9/my.cnf -------------------------------------------------------------------------------- /doc/deploy/docker-compose/prometheus/prometheus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/prometheus/prometheus.yaml -------------------------------------------------------------------------------- /doc/deploy/docker-compose/redis7/conf/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/docker-compose/redis7/conf/redis.conf -------------------------------------------------------------------------------- /doc/deploy/kubernetes/dashboard-admin-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/kubernetes/dashboard-admin-user.yaml -------------------------------------------------------------------------------- /doc/deploy/kubernetes/dashboard-secret-admin-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/kubernetes/dashboard-secret-admin-user.yaml -------------------------------------------------------------------------------- /doc/deploy/kubernetes/postgresql17/readme.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/kubernetes/postgresql17/readme.adoc -------------------------------------------------------------------------------- /doc/deploy/kubernetes/readme.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/deploy/kubernetes/readme.adoc -------------------------------------------------------------------------------- /doc/image/c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/c1.png -------------------------------------------------------------------------------- /doc/image/c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/c2.png -------------------------------------------------------------------------------- /doc/image/c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/c3.png -------------------------------------------------------------------------------- /doc/image/c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/c4.png -------------------------------------------------------------------------------- /doc/image/gitcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/gitcode.jpg -------------------------------------------------------------------------------- /doc/image/gzh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/gzh.jpg -------------------------------------------------------------------------------- /doc/image/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/img.png -------------------------------------------------------------------------------- /doc/image/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/img_1.png -------------------------------------------------------------------------------- /doc/image/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/img_2.png -------------------------------------------------------------------------------- /doc/image/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/img_3.png -------------------------------------------------------------------------------- /doc/image/jb_beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/jb_beam.png -------------------------------------------------------------------------------- /doc/image/krule/krule_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/krule/krule_1.png -------------------------------------------------------------------------------- /doc/image/krule/krule_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/krule/krule_2.png -------------------------------------------------------------------------------- /doc/image/logo/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo.ico -------------------------------------------------------------------------------- /doc/image/logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo.png -------------------------------------------------------------------------------- /doc/image/logo/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo.svg -------------------------------------------------------------------------------- /doc/image/logo/logo_1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_1.ico -------------------------------------------------------------------------------- /doc/image/logo/logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_1.png -------------------------------------------------------------------------------- /doc/image/logo/logo_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_1.svg -------------------------------------------------------------------------------- /doc/image/logo/logo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_2.png -------------------------------------------------------------------------------- /doc/image/logo/logo_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_2.svg -------------------------------------------------------------------------------- /doc/image/logo/logo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_3.png -------------------------------------------------------------------------------- /doc/image/logo/logo_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/logo/logo_3.svg -------------------------------------------------------------------------------- /doc/image/project/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/1.png -------------------------------------------------------------------------------- /doc/image/project/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/10.png -------------------------------------------------------------------------------- /doc/image/project/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/2.png -------------------------------------------------------------------------------- /doc/image/project/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/3.png -------------------------------------------------------------------------------- /doc/image/project/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/4.png -------------------------------------------------------------------------------- /doc/image/project/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/5.png -------------------------------------------------------------------------------- /doc/image/project/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/6.png -------------------------------------------------------------------------------- /doc/image/project/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/7.png -------------------------------------------------------------------------------- /doc/image/project/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/8.png -------------------------------------------------------------------------------- /doc/image/project/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/project/9.png -------------------------------------------------------------------------------- /doc/image/remark/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/remark/img.png -------------------------------------------------------------------------------- /doc/image/wxzp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/wxzp.jpg -------------------------------------------------------------------------------- /doc/image/zfb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/zfb.jpg -------------------------------------------------------------------------------- /doc/image/老寇IoT云平台业务架构图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/老寇IoT云平台业务架构图.png -------------------------------------------------------------------------------- /doc/image/老寇IoT云平台业务架构图.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/老寇IoT云平台业务架构图.svg -------------------------------------------------------------------------------- /doc/image/老寇IoT云平台架构图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/老寇IoT云平台架构图.png -------------------------------------------------------------------------------- /doc/image/老寇IoT云平台架构图.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/image/老寇IoT云平台架构图.svg -------------------------------------------------------------------------------- /doc/tool/EyeGuard_3.21.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/tool/EyeGuard_3.21.rar -------------------------------------------------------------------------------- /doc/tool/NetAssist.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/tool/NetAssist.exe -------------------------------------------------------------------------------- /doc/tool/cat.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/tool/cat.rar -------------------------------------------------------------------------------- /doc/tool/modbus.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/tool/modbus.zip -------------------------------------------------------------------------------- /doc/video/老寇IoT云平台GitCode获奖感谢视频.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/video/老寇IoT云平台GitCode获奖感谢视频.mp4 -------------------------------------------------------------------------------- /doc/video/老寇IoT云平台三周年视频.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/doc/video/老寇IoT云平台三周年视频.mp4 -------------------------------------------------------------------------------- /filebeat/go.mod: -------------------------------------------------------------------------------- 1 | module filebeat 2 | 3 | go 1.24 4 | -------------------------------------------------------------------------------- /filebeat/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/filebeat/main.go -------------------------------------------------------------------------------- /gateway-arm64-go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/README.md -------------------------------------------------------------------------------- /gateway-arm64-go/core/Docker部署SQLite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/Docker部署SQLite.md -------------------------------------------------------------------------------- /gateway-arm64-go/core/aes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/aes.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/aes_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/aes_test.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/application.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/application.yaml -------------------------------------------------------------------------------- /gateway-arm64-go/core/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/config.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/log.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/log.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/log_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/log_test.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/net.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/net.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/net_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/net_test.go -------------------------------------------------------------------------------- /gateway-arm64-go/core/sqlite_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/core/sqlite_test.go -------------------------------------------------------------------------------- /gateway-arm64-go/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/gateway-arm64-go/go.mod -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/index.html -------------------------------------------------------------------------------- /laokou-cloud/checkstyle/checkstyle-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/checkstyle/checkstyle-header.txt -------------------------------------------------------------------------------- /laokou-cloud/checkstyle/checkstyle-suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/checkstyle/checkstyle-suppressions.xml -------------------------------------------------------------------------------- /laokou-cloud/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-gateway/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-gateway/Dockerfile -------------------------------------------------------------------------------- /laokou-cloud/laokou-gateway/arthas.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-gateway/arthas.jar -------------------------------------------------------------------------------- /laokou-cloud/laokou-gateway/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-gateway/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-gateway/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-gateway/pom.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-monitor/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-monitor/Dockerfile -------------------------------------------------------------------------------- /laokou-cloud/laokou-monitor/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-monitor/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-monitor/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-monitor/pom.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-nacos/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-nacos/Dockerfile -------------------------------------------------------------------------------- /laokou-cloud/laokou-nacos/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-nacos/pom.xml -------------------------------------------------------------------------------- /laokou-cloud/laokou-nacos/src/main/resources/banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/laokou-nacos/src/main/resources/banner.txt -------------------------------------------------------------------------------- /laokou-cloud/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/pom.xml -------------------------------------------------------------------------------- /laokou-cloud/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-cloud/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-common/checkstyle/checkstyle-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/checkstyle/checkstyle-header.txt -------------------------------------------------------------------------------- /laokou-common/checkstyle/checkstyle-suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/checkstyle/checkstyle-suppressions.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-ai/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-ai/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-ai/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-ai/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-algorithm/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-algorithm/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-banner/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-banner/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-coap/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-coap/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-context/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-context/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-core/file1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-core/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-core/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-core/src/test/resources/test.yaml: -------------------------------------------------------------------------------- 1 | name: laokou 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-cors/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-cors/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-crypto/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-crypto/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-crypto/src/main/resources/conf/secretIV.b12: -------------------------------------------------------------------------------- 1 | bXxA1tbgDYbQ 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-crypto/src/main/resources/conf/secretKey.b256: -------------------------------------------------------------------------------- 1 | ME0taqrY4jyJ4nCMMnrOydriLbWKJOVl 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-csv/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-csv/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-data-cache/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-data-cache/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-domain/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-elasticsearch/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-elasticsearch/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-excel/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-excel/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-fory/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-fory/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-ftp/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-ftp/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-ftp/src/test/resources/测试中文文本.txt: -------------------------------------------------------------------------------- 1 | 123 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-grpc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-grpc/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-i18n/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-i18n/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-idempotent/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-idempotent/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-influxdb/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-influxdb/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-kafka/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-kafka/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-lock/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-lock/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-log/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-log/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-log4j2/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-log4j2/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-mail/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-mail/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-modbus4j/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-modbus4j/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-mongodb/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-mongodb/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-mybatis-plus/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-mybatis-plus/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-nacos/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-nacos/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-openapi-doc/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-openapi-doc/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-oss/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-oss/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-oss/src/test/resources/1.txt: -------------------------------------------------------------------------------- 1 | 123 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-plugin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-plugin/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-prometheus/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-prometheus/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-pulsar/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-pulsar/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-rate-limiter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-rate-limiter/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-reactor/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-reactor/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-redis/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-redis/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-secret/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-secret/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-security/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-security/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-security/src/main/resources/key.pem: -------------------------------------------------------------------------------- 1 | fb3562df-733f-b6d7-62e3-7d42860d92e7 2 | -------------------------------------------------------------------------------- /laokou-common/laokou-common-sensitive/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-sensitive/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-sentinel/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-sentinel/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-sms/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-sms/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-snail-job/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-snail-job/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-starrocks/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-starrocks/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-storage/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-storage/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-tdengine/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-tdengine/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-tenant/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-tenant/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-test/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-test/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-testcontainers/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-testcontainers/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-trace/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-trace/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-websocket/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-websocket/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-xss/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-xss/pom.xml -------------------------------------------------------------------------------- /laokou-common/laokou-common-zookeeper/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/laokou-common-zookeeper/pom.xml -------------------------------------------------------------------------------- /laokou-common/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/pom.xml -------------------------------------------------------------------------------- /laokou-common/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-common/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/checkstyle/checkstyle-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/checkstyle/checkstyle-header.txt -------------------------------------------------------------------------------- /laokou-service/checkstyle/checkstyle-suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/checkstyle/checkstyle-suppressions.xml -------------------------------------------------------------------------------- /laokou-service/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-adapter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/laokou-admin-adapter/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/laokou-admin-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/laokou-admin-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/laokou-admin-domain/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/laokou-admin-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/depts.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/dicts.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/ips.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/logs.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/monitor.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/oss.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/packages.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/roles.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/services.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/sources.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/laokou-admin-start/src/test/java/org/laokou/admin/tenants.http: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /laokou-service/laokou-admin/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-admin/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-adapter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-adapter/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-domain/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-start/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-start/Dockerfile -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-start/arthas.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-start/arthas.jar -------------------------------------------------------------------------------- /laokou-service/laokou-auth/laokou-auth-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/laokou-auth-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-auth/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-auth/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/laokou-cola-adapter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/laokou-cola-adapter/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/laokou-cola-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/laokou-cola-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/laokou-cola-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/laokou-cola-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/laokou-cola-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/laokou-cola-domain/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/laokou-cola-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/laokou-cola-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-cola/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-cola/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/laokou-distributed-identifier/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-distributed-identifier/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-generator/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-generator/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-adapter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-adapter/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-domain/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-start/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-start/Dockerfile -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-start/arthas.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-start/arthas.jar -------------------------------------------------------------------------------- /laokou-service/laokou-iot/laokou-iot-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/laokou-iot-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-iot/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-iot/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/laokou-logstash/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-logstash/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-logstash/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-logstash/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/laokou-mcp-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/laokou-mcp-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/laokou-mcp-server/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/laokou-mcp-server/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/mcp-server-py/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/mcp-server-py/README.adoc -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/mcp-server-py/requirements.txt: -------------------------------------------------------------------------------- 1 | nacos-mcp-wrapper-python 2 | -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-mcp/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-mcp/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/laokou-network/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-network/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-network/laokou-network-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-network/laokou-network-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-network/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-network/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-adapter/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-adapter/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-client/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-client/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-domain/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-domain/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-proto/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-proto/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/laokou-oss-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/laokou-oss-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-oss/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-oss/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-service/laokou-report/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-report/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-service/laokou-report/laokou-report-app/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-report/laokou-report-app/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-report/laokou-report-start/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-report/laokou-report-start/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-report/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-report/pom.xml -------------------------------------------------------------------------------- /laokou-service/laokou-standalone/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/laokou-standalone/pom.xml -------------------------------------------------------------------------------- /laokou-service/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/pom.xml -------------------------------------------------------------------------------- /laokou-service/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-service/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-tool/checkstyle/checkstyle-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/checkstyle/checkstyle-header.txt -------------------------------------------------------------------------------- /laokou-tool/checkstyle/checkstyle-suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/checkstyle/checkstyle-suppressions.xml -------------------------------------------------------------------------------- /laokou-tool/checkstyle/checkstyle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/checkstyle/checkstyle.xml -------------------------------------------------------------------------------- /laokou-tool/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/pom.xml -------------------------------------------------------------------------------- /laokou-tool/spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /laokou-tool/src/main/java/org/laokou/tool/TraceLog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/laokou-tool/src/main/java/org/laokou/tool/TraceLog.java -------------------------------------------------------------------------------- /lombok.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/lombok.config -------------------------------------------------------------------------------- /miniApp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/.gitignore -------------------------------------------------------------------------------- /miniApp/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/App.vue -------------------------------------------------------------------------------- /miniApp/common/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/common/api.js -------------------------------------------------------------------------------- /miniApp/common/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/common/request.js -------------------------------------------------------------------------------- /miniApp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/index.html -------------------------------------------------------------------------------- /miniApp/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/main.js -------------------------------------------------------------------------------- /miniApp/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/manifest.json -------------------------------------------------------------------------------- /miniApp/pages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/pages.json -------------------------------------------------------------------------------- /miniApp/pages/index/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/pages/index/index.vue -------------------------------------------------------------------------------- /miniApp/pages/iot/device.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/pages/iot/device.vue -------------------------------------------------------------------------------- /miniApp/static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/static/logo.png -------------------------------------------------------------------------------- /miniApp/uni.promisify.adaptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni.promisify.adaptor.js -------------------------------------------------------------------------------- /miniApp/uni.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/changelog.md -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/package.json -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/pnpm-lock.yaml -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/readme.md -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/static/ecStat.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/static/ecStat.min.js -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/static/echarts.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/static/echarts.min.js -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/static/index.html -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/static/nvue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/static/nvue.html -------------------------------------------------------------------------------- /miniApp/uni_modules/lime-echart/static/uvue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/lime-echart/static/uvue.html -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/LICENSE -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/README.md -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/changelog.md -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-box/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-box/props.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-card/card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-card/card.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-cell/cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-cell/cell.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-code/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-code/code.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-col/col.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-col/col.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-col/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-col/props.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-form/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-form/form.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-gap/gap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-gap/gap.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-gap/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-gap/props.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-grid/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-grid/grid.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-icon/icon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-icon/icon.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-line/line.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/components/u-line/line.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/components/u-scroll-list/other.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/index.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/index.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/config/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/config/color.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/config/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/config/config.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/config/props.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/config/props.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/config/zIndex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/config/zIndex.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/color.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/css/color.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/css/common.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/flex.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/css/flex.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/h5.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/mixin.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/css/mixin.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/mp.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/nvue.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/css/vue.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/css/vue.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/function/calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/function/calc.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/function/digit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/function/digit.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/function/http.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/function/http.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/function/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/function/index.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/function/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/function/test.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/button.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/mixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/mixin.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/mpMixin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/mpMixin.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/mpShare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/mpShare.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/openType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/openType.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/style.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/style.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/mixin/touch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/mixin/touch.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/util/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/util/calendar.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/util/emitter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/util/emitter.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/util/route.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/util/route.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/libs/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/libs/vue.js -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/package.json -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/theme.scss -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/album.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/album.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/alert.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/alert.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/badge.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/badge.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/cell.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/cell.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/code.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/code.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/col.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/col.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/empty.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/empty.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/form.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/form.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/gap.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/gap.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/grid.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/grid.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/icon.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/icon.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/image.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/image.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/input.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/input.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/line.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/line.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/link.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/link.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/list.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/list.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/modal.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/modal.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/parse.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/parse.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/popup.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/popup.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/radio.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/radio.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/rate.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/rate.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/row.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/row.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/steps.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/steps.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/tabs.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/tabs.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/tag.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/tag.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/text.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/text.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/comps/toast.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/comps/toast.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/index.d.ts -------------------------------------------------------------------------------- /miniApp/uni_modules/uview-plus/types/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/miniApp/uni_modules/uview-plus/types/package.json -------------------------------------------------------------------------------- /ocr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ocr/README.md -------------------------------------------------------------------------------- /ocr/requirements.txt: -------------------------------------------------------------------------------- 1 | ultralytics 2 | -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/pom.xml -------------------------------------------------------------------------------- /prediction/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/prediction/README.adoc -------------------------------------------------------------------------------- /prediction/requirements.txt: -------------------------------------------------------------------------------- 1 | tensorflow 2 | -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/renovate.json -------------------------------------------------------------------------------- /spotbugs/spotbugs-exclude.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/spotbugs/spotbugs-exclude.xml -------------------------------------------------------------------------------- /src/docs/asciidoc/Asciidoctor使用指南.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/Asciidoctor使用指南.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/GithubCI之Maven构建.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/GithubCI之Maven构建.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/GithubCI之依赖机器人.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/GithubCI之依赖机器人.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/Maven生成Spring官方文档.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/Maven生成Spring官方文档.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/banner-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/banner-logo.svg -------------------------------------------------------------------------------- /src/docs/asciidoc/image/open/wxzp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/open/wxzp.jpg -------------------------------------------------------------------------------- /src/docs/asciidoc/image/open/zfb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/open/zfb.jpg -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_3.gif -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_3.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_4.gif -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_4.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_5.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_6.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_7.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_8.png -------------------------------------------------------------------------------- /src/docs/asciidoc/image/tools/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/image/tools/img_9.png -------------------------------------------------------------------------------- /src/docs/asciidoc/index.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/index.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/开篇.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/src/docs/asciidoc/开篇.adoc -------------------------------------------------------------------------------- /streamMedia/dockerFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/streamMedia/dockerFile -------------------------------------------------------------------------------- /target/generated-docs/Asciidoctor使用指南.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/Asciidoctor使用指南.html -------------------------------------------------------------------------------- /target/generated-docs/GithubCI之Maven构建.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/GithubCI之Maven构建.html -------------------------------------------------------------------------------- /target/generated-docs/GithubCI之依赖机器人.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/GithubCI之依赖机器人.html -------------------------------------------------------------------------------- /target/generated-docs/Maven生成Spring官方文档.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/Maven生成Spring官方文档.html -------------------------------------------------------------------------------- /target/generated-docs/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/css/font-awesome.css -------------------------------------------------------------------------------- /target/generated-docs/css/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/css/site.css -------------------------------------------------------------------------------- /target/generated-docs/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /target/generated-docs/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /target/generated-docs/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /target/generated-docs/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /target/generated-docs/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /target/generated-docs/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /target/generated-docs/image/open/wxzp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/open/wxzp.jpg -------------------------------------------------------------------------------- /target/generated-docs/image/open/zfb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/open/zfb.jpg -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_1.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_2.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_3.gif -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_3.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_4.gif -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_4.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_5.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_6.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_7.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_8.png -------------------------------------------------------------------------------- /target/generated-docs/image/tools/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/image/tools/img_9.png -------------------------------------------------------------------------------- /target/generated-docs/img/banner-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/img/banner-logo.svg -------------------------------------------------------------------------------- /target/generated-docs/img/doc-background-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/img/doc-background-dark.svg -------------------------------------------------------------------------------- /target/generated-docs/img/doc-background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/img/doc-background.svg -------------------------------------------------------------------------------- /target/generated-docs/img/octicons-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/img/octicons-16.svg -------------------------------------------------------------------------------- /target/generated-docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/index.html -------------------------------------------------------------------------------- /target/generated-docs/js/setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/js/setup.js -------------------------------------------------------------------------------- /target/generated-docs/js/site.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/js/site.js -------------------------------------------------------------------------------- /target/generated-docs/开篇.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/target/generated-docs/开篇.html -------------------------------------------------------------------------------- /ui/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | extends: require.resolve('@umijs/max/eslint'), 3 | }; 4 | -------------------------------------------------------------------------------- /ui/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/.gitignore -------------------------------------------------------------------------------- /ui/.lintstagedrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/.lintstagedrc -------------------------------------------------------------------------------- /ui/.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/.npmrc -------------------------------------------------------------------------------- /ui/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/.prettierignore -------------------------------------------------------------------------------- /ui/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/.prettierrc -------------------------------------------------------------------------------- /ui/.stylelintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | extends: require.resolve('@umijs/max/stylelint'), 3 | }; 4 | -------------------------------------------------------------------------------- /ui/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/Dockerfile -------------------------------------------------------------------------------- /ui/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/README.adoc -------------------------------------------------------------------------------- /ui/config/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/config/config.ts -------------------------------------------------------------------------------- /ui/config/proxy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/config/proxy.ts -------------------------------------------------------------------------------- /ui/config/routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/config/routes.ts -------------------------------------------------------------------------------- /ui/nginx/conf/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/nginx/conf/nginx.conf -------------------------------------------------------------------------------- /ui/nginx/ssl/cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/nginx/ssl/cert.pem -------------------------------------------------------------------------------- /ui/nginx/ssl/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/nginx/ssl/key.pem -------------------------------------------------------------------------------- /ui/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/package.json -------------------------------------------------------------------------------- /ui/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/pnpm-lock.yaml -------------------------------------------------------------------------------- /ui/public/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/public/1.png -------------------------------------------------------------------------------- /ui/public/FfdJeJRQWjEeGTpqgBKj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/public/FfdJeJRQWjEeGTpqgBKj.png -------------------------------------------------------------------------------- /ui/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/public/favicon.ico -------------------------------------------------------------------------------- /ui/public/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/public/logo.png -------------------------------------------------------------------------------- /ui/src/access.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/access.ts -------------------------------------------------------------------------------- /ui/src/app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/app.tsx -------------------------------------------------------------------------------- /ui/src/assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ui/src/constants/index.ts: -------------------------------------------------------------------------------- 1 | export const DEFAULT_NAME = 'Umi Max'; 2 | -------------------------------------------------------------------------------- /ui/src/global.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/global.less -------------------------------------------------------------------------------- /ui/src/loading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/loading.tsx -------------------------------------------------------------------------------- /ui/src/models/global.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/models/global.ts -------------------------------------------------------------------------------- /ui/src/pages/Home/DeviceMessage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Home/DeviceMessage.tsx -------------------------------------------------------------------------------- /ui/src/pages/Home/index.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Home/index.less -------------------------------------------------------------------------------- /ui/src/pages/Home/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Home/index.tsx -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/DeviceDrawer.tsx: -------------------------------------------------------------------------------- 1 | export default () => { 2 | 3 | }; 4 | -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/ProductCategoryDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/IoT/Device/ProductCategoryDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/ProductDrawer.tsx: -------------------------------------------------------------------------------- 1 | export default () => { 2 | 3 | }; 4 | -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/ThingModelDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/IoT/Device/ThingModelDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/IoT/Device/index.tsx -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/product.tsx: -------------------------------------------------------------------------------- 1 | export default () => { 2 | 3 | }; 4 | -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/productCategory.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/IoT/Device/productCategory.tsx -------------------------------------------------------------------------------- /ui/src/pages/IoT/Device/thingModel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/IoT/Device/thingModel.tsx -------------------------------------------------------------------------------- /ui/src/pages/Login/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Login/index.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Config/generator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Config/generator.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Log/NoticeDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Log/NoticeDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Log/OperateDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Log/OperateDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Log/login.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Log/login.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Log/notice.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Log/notice.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Log/operate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Log/operate.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Oss/config.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Oss/config.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Oss/log.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Oss/log.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/DeptDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/DeptDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/MenuDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/MenuDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/RoleDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/RoleDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/UploadAvatarDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/UploadAvatarDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/UserDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/UserDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/UserResetPwdDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/UserResetPwdDrawer.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/dept.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/dept.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/menu.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/role.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/role.tsx -------------------------------------------------------------------------------- /ui/src/pages/Sys/Permission/user.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/pages/Sys/Permission/user.tsx -------------------------------------------------------------------------------- /ui/src/services/admin/dept.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/dept.ts -------------------------------------------------------------------------------- /ui/src/services/admin/dict.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/dict.ts -------------------------------------------------------------------------------- /ui/src/services/admin/dictItem.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/dictItem.ts -------------------------------------------------------------------------------- /ui/src/services/admin/i18nMessage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/i18nMessage.ts -------------------------------------------------------------------------------- /ui/src/services/admin/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/index.ts -------------------------------------------------------------------------------- /ui/src/services/admin/loginLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/loginLog.ts -------------------------------------------------------------------------------- /ui/src/services/admin/menu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/menu.ts -------------------------------------------------------------------------------- /ui/src/services/admin/noticeLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/noticeLog.ts -------------------------------------------------------------------------------- /ui/src/services/admin/operateLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/operateLog.ts -------------------------------------------------------------------------------- /ui/src/services/admin/oss.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/oss.ts -------------------------------------------------------------------------------- /ui/src/services/admin/ossLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/ossLog.ts -------------------------------------------------------------------------------- /ui/src/services/admin/role.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/role.ts -------------------------------------------------------------------------------- /ui/src/services/admin/source.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/source.ts -------------------------------------------------------------------------------- /ui/src/services/admin/tenant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/tenant.ts -------------------------------------------------------------------------------- /ui/src/services/admin/typings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/typings.d.ts -------------------------------------------------------------------------------- /ui/src/services/admin/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/admin/user.ts -------------------------------------------------------------------------------- /ui/src/services/auth/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/auth/auth.ts -------------------------------------------------------------------------------- /ui/src/services/auth/captcha.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/auth/captcha.ts -------------------------------------------------------------------------------- /ui/src/services/auth/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/auth/index.ts -------------------------------------------------------------------------------- /ui/src/services/auth/secret.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/auth/secret.ts -------------------------------------------------------------------------------- /ui/src/services/auth/typings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/auth/typings.d.ts -------------------------------------------------------------------------------- /ui/src/services/iot/device.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/device.ts -------------------------------------------------------------------------------- /ui/src/services/iot/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/index.ts -------------------------------------------------------------------------------- /ui/src/services/iot/product.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/product.ts -------------------------------------------------------------------------------- /ui/src/services/iot/productCategory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/productCategory.ts -------------------------------------------------------------------------------- /ui/src/services/iot/thingModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/thingModel.ts -------------------------------------------------------------------------------- /ui/src/services/iot/typings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/services/iot/typings.d.ts -------------------------------------------------------------------------------- /ui/src/utils/export.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/utils/export.ts -------------------------------------------------------------------------------- /ui/src/utils/format.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/src/utils/format.ts -------------------------------------------------------------------------------- /ui/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/ui/tsconfig.json -------------------------------------------------------------------------------- /ui/typings.d.ts: -------------------------------------------------------------------------------- 1 | import '@umijs/max/typings'; 2 | -------------------------------------------------------------------------------- /性能测试.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/性能测试.adoc -------------------------------------------------------------------------------- /老寇IoT云平台操作手册.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/老寇IoT云平台操作手册.doc -------------------------------------------------------------------------------- /贡献者许可协议.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KouShenhai/KCloud-Platform-IoT/HEAD/贡献者许可协议.adoc --------------------------------------------------------------------------------