Skip to content

快速开始

zhōuhào edited this page Jan 17, 2018 · 3 revisions

前言

项目开发中,hsweb并不推荐你将整个hsweb-framework拉下来在上面加代码.我们更推荐你使用maven的方式依赖hsweb的各个组件.

maven

hsweb暂未上传到中央仓库,请在pom中添加私服来引入hsweb:

<repositories>
        <repository>
            <id>hsweb-nexus</id>
            <name>Nexus Release Repository</name>
            <url>http://nexus.hsweb.me/content/groups/public/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
</repositories>

demo

你可以参照 demo 来使用hsweb

starter

你还可以在 start.hsweb.io 在线选择你想要的功能,来生成基础项目.

hsweb 3.0

 3.0,全新的架构
 模块化,更细,更轻
 吸取经验,优化功能
  1. 增删改查
  2. 权限控制
  3. 访问日志
  4. 动态数据源
  5. 常用并发工具
  6. 消息封装
  7. 其他工具
Clone this wiki locally