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