link1.0

dongshasha ae23798cdb 补全module.sql中创建表语句 3 years ago
Code Generator f56b173e1b +天气接口 4 years ago
doc 77b14ccd2b 端口以及配置说明 4 years ago
qhiot-api c4f20e4b02 link1.0 3 years ago
qhiot-cache c4f20e4b02 link1.0 3 years ago
qhiot-common c4f20e4b02 link1.0 3 years ago
qhiot-core c4f20e4b02 link1.0 3 years ago
qhiot-detect ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-export c4f20e4b02 link1.0 3 years ago
qhiot-infocenter c4f20e4b02 link1.0 3 years ago
qhiot-jms 85b5345834 平台设施全部替换为站点 4 years ago
qhiot-job a442ce8997 * zookeeper的curator包版本回退到2.10.0 4 years ago
qhiot-log 637465cd16 add:解码日志当时解析功能尝试 4 years ago
qhiot-monitoring-index ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-notification 09e4c1096e 公众号代码提交、手机短信验证码 3 years ago
qhiot-transport ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-verification ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-warn-kapacitor ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-weather 13f78e3514 fix:天气数据统计时,降雨量求和,其余取平均 3 years ago
qhiot-web e0a9275d86 link1.0 3 years ago
qhiot-webcore ae23798cdb 补全module.sql中创建表语句 3 years ago
qhiot-websocket 066658c6d9 补充代码 3 years ago
.editorconfig c1f725ddd5 * 一些编译警告的处理 7 years ago
.gitignore 5f65837308 回滚有数据同步引起的编译问题 6 years ago
ReadMe.md 3af7416b48 1.现在设施设备配置控点的可选项为可读可写的部分 5 years ago
pom.xml e0a9275d86 link1.0 3 years ago

ReadMe.md

SEM(Smart Environment Management)开发框架使用说明书

前言

开发环境

  • Servlet 3.0+
  • JDK 1.8+
  • Tomcat 7+
  • Maven

技术点

  • 服务器端

    • Jsp, FreeMarker, Velocity*
    • Spring
    • Spring MVC
    • MyBatis
    • Dubbo
    • WebService(Jax-WS, Jax-RS)*
    • ActiveMQ*
    • WebSocket*
    • Netty*
  • 前端

    • Javascript, HTML5, CSS, LESS*
    • jQuery
    • Bootstrap3
  • 数据库

    • MySQL/MariaDB
    • Redis*
    • influxdb
  • 第三方软件/中间件

    • Redis
    • ActiveMQ 5.11
    • Elasticsearch 5.5
    • Zookeeper
    • grafana
    • kapacitor
    • influxdb

Tip: 标记为 * 的项不为必要项

开发工具

EclipseIntelliJ IDEA,建议使用 IntelliJ IDEA

框架结构

本框架采用模块化开发(Web 模块化使用 Servlet3.0+ 特性 Web-Fragment)

主要模块划分

基础模块 qhiot-core

该模块内集成了大量的工具类。

WEB模块 qhiot-webcore

该模块为 Web 公共模块,完成了基础配置的封装和初始化。

WEB模块 qhiot-web

该模块为 Web 应用的入口,其余各模块都将按需集成到该应用内。

3 框架使用