Browse Source

完善说明

zhouhao 8 years ago
parent
commit
cce0db4dac
1 changed files with 11 additions and 2 deletions
  1. 11 2
      README.md

+ 11 - 2
README.md

@@ -8,11 +8,20 @@
 4. 动态表单功能,可在前端设计表单,动态生成数据库表,提供统一的增删改查接口.
 5. 数据库支持 mysql,oracle,h2
 
-# maven安装
+### 其他组件
+1. [hsweb-easy-orm](https://github.com/hs-web/hsweb-easy-orm) :为动态表单设计的orm框架
+2. [hsweb-expands-compress](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-compress) :文件压缩,解压操作
+3. [hsweb-expands-office](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-office) :office文档操作( excel读写,模板导出,word模板导出)
+4. [hsweb-expands-request](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-request): 请求模拟(http,ftp)
+5. [hsweb-expands-script](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-script):动态脚本,动态编译执行java,groovy,javascript,spel,ognl....
+6. [hsweb-expands-shell](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-shell):shell执行
+7. [hsweb-expands-template](https://github.com/hs-web/hsweb-expands/tree/master/hsweb-expands-template):各种模板引擎
+
+# 安装
 ```bash
     $ git clone https://github.com/hs-web/hsweb-framework.git
     $ cd hsweb-framework
-    $ mvn install
+    $ mvn install -DskiptTests
 ```
 
 # 使用