https://github.com/looly/huludemo
Hulu框架的一个Demo演示项目
https://github.com/looly/huludemo
Last synced: 11 months ago
JSON representation
Hulu框架的一个Demo演示项目
- Host: GitHub
- URL: https://github.com/looly/huludemo
- Owner: looly
- Created: 2014-04-16T15:46:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T03:40:39.000Z (over 11 years ago)
- Last Synced: 2025-01-25T14:42:05.997Z (about 1 year ago)
- Language: Java
- Size: 242 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
huludemo
========
Hulu框架的一个Demo演示项目
## 安装 ##
1. clone huludemo项目,执行`mvn tomcat7:run`既可启动项目
## 使用 ##
1. 访问 `http://localhost:8080/huludemo/user/create?name=bbb&pass=ccc` 会创建一个用户。
2. 访问 `http://localhost:8080/huludemo/listUser` 会以JSON格式列出刚才创建的用户。