|
hace 2 años | |
---|---|---|
CodeGenerator_ | hace 2 años | |
_mvn | hace 2 años | |
qhiot-common | hace 2 años | |
qhiot-gateway | hace 2 años | |
qhiot-link-data-server | hace 2 años | |
qhiot-link-modules | hace 2 años | |
qhiot-link-transport-server | hace 2 años | |
qhiot-spring-test | hace 2 años | |
qhiot-web | hace 2 años | |
.gitignore | hace 2 años | |
README.md | hace 2 años | |
mvnw | hace 2 años | |
mvnw.cmd | hace 2 años | |
pom.xml | hace 2 años |
服务器端
数据库
第三方软件/中间件
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);