# 使用hsweb 项目java8开发,使用maven进行管理. ## 使用 配置pom.xml ```xml org.hsweb hsweb-framework ${hsweb.version} pom import hsweb-nexus Nexus Release Repository http://nexus.hsweb.me/content/groups/public/ true ``` 引入依赖 ```xml org.hsweb hsweb-web-controller org.hsweb hsweb-web-service-simple org.hsweb hsweb-web-dao-mybatis ```