Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1022 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 1022 Bytes

rest-api

设计文档

开发部署

  1. 从 GitHub 下载(采用 git clone方式, 或直接下载zip包)

     $ cd your-directory
     $ git clone https://github.com/arccode/rest-api
    
  2. 将项目导入Java IDE, 笔者使用IntelliJ IDEA进行开发, 但项目是标准的maven结构, 相信大家均能正确导入.

  3. 将项目部署至tomcat, 笔者习惯将其部署至根目录, 可以在url中少敲几个字符.

  4. 打开浏览器, 输入http://localhost:8080/index.html可看到测试页面; 如果未更改部署目录的话, 那你访问的页面可能是http://localhost:8080/rest-api/index.html.

项目运行截图部分

支持

联系方式