Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterchenhdu/webbf
Java Web工程demo 后端:spring + spring mvc + mybatis + maven,涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送... 前端:react + reflux + webpack,涉及ES6、jquery、react-router、ant design等内容, 提供下思路,仅供参考。
https://github.com/peterchenhdu/webbf
ant-design babel es6 mybatis react restful-api spring-mvc webpack
Last synced: about 10 hours ago
JSON representation
Java Web工程demo 后端:spring + spring mvc + mybatis + maven,涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送... 前端:react + reflux + webpack,涉及ES6、jquery、react-router、ant design等内容, 提供下思路,仅供参考。
- Host: GitHub
- URL: https://github.com/peterchenhdu/webbf
- Owner: peterchenhdu
- License: apache-2.0
- Created: 2016-07-08T02:06:10.000Z (over 8 years ago)
- Default Branch: webbf-0.1.0
- Last Pushed: 2018-09-17T15:03:04.000Z (over 6 years ago)
- Last Synced: 2025-01-05T13:06:10.317Z (7 days ago)
- Topics: ant-design, babel, es6, mybatis, react, restful-api, spring-mvc, webpack
- Language: JavaScript
- Homepage: http://www.cnblogs.com/chenpi/p/5652555.html
- Size: 4.41 MB
- Stars: 439
- Watchers: 40
- Forks: 202
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - Webbf - Java demo that uses Maven to build the backend with Spring, Spring MVC and Mybatis. React, Reflux, Eebpack, jQuery, React-bootstrap and Ant Design. (Boilerplates / Themes)
README
# Java Web工程例子
[![build status](https://travis-ci.org/peterchenhdu/webbf.svg?branch=master)](https://travis-ci.org/peterchenhdu/webbf)###### 后端:spring + spring mvc + mybatis + maven;
涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送...
###### 前端:react + webpack;
涉及ES6、jquery、react-router、ant design等内容, 有个reflux的示例【user模块,但未使用】###### 只是demo,提供下思路,供参考及后续扩展,有兴趣的可以一起完善~~~
## 如何运行:
后端:执行maven命令:clean tomcat:run
前端:查看src/main/webapp/目录下的readme文件,输入npm run build命令构建即可,后续修改完前端代码后,刷新浏览器可看到修改后的效果;## 主页
![index][index-image]
## 用户管理(add modal)
![index][adduser-image]
## 图表1
![index][chart1-image]
## 图标2
![index][chart2-image][index-image]: https://github.com/peterchenhdu/webbf/blob/trunk/webbf-doc/images/pic-index.jpg
[adduser-image]: https://github.com/peterchenhdu/webbf/blob/trunk/webbf-doc/images/pic-adduser.jpg
[chart1-image]: https://github.com/peterchenhdu/webbf/blob/trunk/webbf-doc/images/pic-chart.jpg
[chart2-image]: https://github.com/peterchenhdu/webbf/blob/trunk/webbf-doc/images/pic-chart2.jpg