Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreampie/resty-demo
resty + regular demo
https://github.com/dreampie/resty-demo
Last synced: about 2 months ago
JSON representation
resty + regular demo
- Host: GitHub
- URL: https://github.com/dreampie/resty-demo
- Owner: Dreampie
- License: other
- Created: 2015-04-28T06:11:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T10:23:09.000Z (over 7 years ago)
- Last Synced: 2023-08-01T18:16:54.978Z (over 1 year ago)
- Language: CSS
- Size: 3.63 MB
- Stars: 44
- Watchers: 13
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Resty-demo 是以Resty作为服务端接口,regularjs作为前端构建的交互模型
===========
Resty 开发文档一、界面效果:
-----------------
界面使用semantic ui:
![image](https://raw.githubusercontent.com/Dreampie/resty-demo/master/src/main/webapp/image/demo/index.png)![image](https://raw.githubusercontent.com/Dreampie/resty-demo/master/src/main/webapp/image/demo/order.png)
![image](https://raw.githubusercontent.com/Dreampie/resty-demo/master/src/main/webapp/image/demo/setting.png)
![image](https://raw.githubusercontent.com/Dreampie/resty-demo/master/src/main/webapp/image/demo/user.png)
二、运行example示例:
-----------------1.在本地mysql数据库里创建resty-demo数据库,对应application.properties的数据库配置
3.运行resty-demo下的pom.xml->flyway-maven-plugin:clean->flyway-maven-plugin:migration,自动根具resources下db目录下的数据库文件生成数据库表结构和数据
4.运行resty-demo下的pom.xml->tomcat-maven-plugin:run
如果war在tomcat下部署,不要添加contextPath
提醒:推荐idea作为开发ide,maven做项目管理,git做源码管理
License Apache License V2