|
2 yıl önce | |
---|---|---|
CodeGenerator_ | 2 yıl önce | |
_mvn | 2 yıl önce | |
qhiot-common | 2 yıl önce | |
qhiot-gateway | 2 yıl önce | |
qhiot-link-data-server | 2 yıl önce | |
qhiot-link-modules | 2 yıl önce | |
qhiot-link-transport-server | 2 yıl önce | |
qhiot-spring-test | 2 yıl önce | |
qhiot-web | 2 yıl önce | |
.gitignore | 2 yıl önce | |
README.md | 2 yıl önce | |
mvnw | 2 yıl önce | |
mvnw.cmd | 2 yıl önce | |
pom.xml | 2 yıl önce |
服务器端
数据库
第三方软件/中间件
Tip
: 标记为*
的项不为必要项
Eclipse
或 IntelliJ IDEA
,建议使用 IntelliJ IDEA
本框架采用模块化开发(Web 模块化使用 Servlet3.0+ 特性 Web-Fragment
)
该模块内集成了大量的工具类。
该模块为 Web 公共模块,完成了基础配置的封装和初始化。
该模块为 Web 应用的入口,其余各模块都将按需集成到该应用内。
pom.xml
<dependency>
<groupId>com.qhiot</groupId>
<artifactId>qhiot-oss</artifactId>
<version>1.1.1</version>
</dependency>
代码示例
//存储文件 参数 归属租户, 子路径 ,
String fileKey = ossFileStoreService.saveFile(getTargetTenantId(), "sysTabPicture", sysTabPhoto);