在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 网上订餐系统完整源码

网上订餐系统完整源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:28.50M
  • 下载次数:26
  • 浏览次数:202
  • 发布时间:2021-01-18
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
网上订餐系统完整源码 网上订餐系统完整前后台代码,后端采用ssh框架,前端使用vue框架,nginx实现前后端分离
【实例截图】
【核心代码】
bcc5e753-3125-465b-b4ca-fb8394fca01b
└── wsdc
├── doc
│   └── 计划任务书.docx
└── source
├── html
│   ├── onlineMealOrdering
│   │   ├── system
│   │   │   ├── app.js
│   │   │   ├── css
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   │   ├── bootstrapValidator.css
│   │   │   │   │   └── buttons.css
│   │   │   │   ├── commodity.css
│   │   │   │   ├── common.css
│   │   │   │   ├── header-footer.css
│   │   │   │   ├── login-form.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── notice.css
│   │   │   │   ├── order.css
│   │   │   │   ├── plugins
│   │   │   │   │   ├── animate.css
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   │   ├── icomoon.eot
│   │   │   │   │   │   ├── icomoon.svg
│   │   │   │   │   │   ├── icomoon.ttf
│   │   │   │   │   │   └── icomoon.woff
│   │   │   │   │   ├── font-awesome.min.css
│   │   │   │   │   ├── normalize.css
│   │   │   │   │   ├── shake.css
│   │   │   │   │   └── style.css
│   │   │   │   ├── storeadd.css
│   │   │   │   ├── style.css
│   │   │   │   └── user.css
│   │   │   ├── images
│   │   │   │   ├── arrows.png
│   │   │   │   └── meunImg
│   │   │   │   ├── 0f06a871-ceb8-47c3-b76d-b162751e2d11.jpg
│   │   │   │   ├── 25c04d99-d136-4e79-9bf2-4be5974cbe43.jpg
│   │   │   │   ├── 2d490702-c9f7-4848-a1f5-798887b1ff7f.jpg
│   │   │   │   ├── 33dc08a3-d7d7-49a7-9725-db892f6b734e.jpg
│   │   │   │   ├── 3fddb13d-598e-4864-ba23-bb86f41093da.jpg
│   │   │   │   ├── 4669493e-0d54-4105-abed-a2f7a1a46448.jpg
│   │   │   │   ├── 4b1a15d5-de34-4eaa-856d-b4e910e11da9.jpg
│   │   │   │   ├── 5a114839-00a3-4757-aecd-6d518c2239ec.jpg
│   │   │   │   ├── 7c66d6bb-b889-4550-bc47-b41d900ffda7.jpg
│   │   │   │   ├── a29fa1cd-94ce-446d-8f76-d64d74f44392.jpg
│   │   │   │   ├── a38b8a6e-b9bb-4ac6-bec5-ecba8b3bc64f.jpg
│   │   │   │   ├── bf116b1f-e9fd-4488-884b-e4533f34382d.jpg
│   │   │   │   ├── cbfd953e-f274-433d-a71b-2892a6c69059.jpg
│   │   │   │   ├── d25fdac9-115b-4be4-8968-d13f7b308b3f.jpg
│   │   │   │   ├── de3da057-edf6-44ed-8ed5-88385f75dc70.jpg
│   │   │   │   ├── e3c11f2b-6bf8-4bd6-a767-5c15883f49f5.jpg
│   │   │   │   └── f8717c0c-713c-4458-837e-62e079a67eee.jpg
│   │   │   ├── img
│   │   │   │   ├── commodityimgs
│   │   │   │   │   ├── food01.jpg
│   │   │   │   │   ├── food02.jpg
│   │   │   │   │   ├── food03.jpg
│   │   │   │   │   ├── food04.jpg
│   │   │   │   │   ├── food05.jpg
│   │   │   │   │   ├── food06.jpg
│   │   │   │   │   ├── food07.jpg
│   │   │   │   │   └── food08.jpg
│   │   │   │   ├── email.png
│   │   │   │   ├── header-logo.png
│   │   │   │   ├── headIcon
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   └── 8.jpg
│   │   │   │   ├── login.jpg
│   │   │   │   ├── logo.jpg
│   │   │   │   ├── logo.png
│   │   │   │   ├── password_icon.png
│   │   │   │   ├── qq.png
│   │   │   │   ├── qqprcode.png
│   │   │   │   ├── qqzone.png
│   │   │   │   ├── title-logo.png
│   │   │   │   ├── user_icon.png
│   │   │   │   ├── user.png
│   │   │   │   ├── weibo.png
│   │   │   │   ├── weixin.png
│   │   │   │   ├── w_email.png
│   │   │   │   ├── w_qq.png
│   │   │   │   ├── w_qqzone.png
│   │   │   │   ├── w_weibo.png
│   │   │   │   └── w_weixin.png
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── AngularJs
│   │   │   │   │   ├── angular.js
│   │   │   │   │   ├── angular.min.js
│   │   │   │   │   ├── angular-ui-router.js
│   │   │   │   │   └── angular-ui-router.min.js
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   └── bootstrapValidator.js
│   │   │   │   ├── commodity.js
│   │   │   │   ├── common.js
│   │   │   │   ├── data.js
│   │   │   │   ├── login.js
│   │   │   │   ├── plugins
│   │   │   │   │   ├── ajaxfileupload.js
│   │   │   │   │   ├── jqPaginator.min.js
│   │   │   │   │   └── jquery-1.10.2.min.js
│   │   │   │   └── Vue
│   │   │   │   ├── vue2.js
│   │   │   │   └── vue-resource.min.js
│   │   │   ├── login2.html
│   │   │   ├── login.html
│   │   │   ├── system_meun
│   │   │   │   ├── meun.html
│   │   │   │   └── meun.js
│   │   │   ├── system_notice
│   │   │   │   ├── notice.html
│   │   │   │   └── notice.js
│   │   │   ├── system_order
│   │   │   │   ├── order.html
│   │   │   │   └── order.js
│   │   │   └── system_user
│   │   │   ├── user.html
│   │   │   └── user.js
│   │   ├── system.7z
│   │   ├── zhenshifu
│   │   │   ├── app.js
│   │   │   ├── css
│   │   │   │   ├── account.css
│   │   │   │   ├── base.css
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   │   ├── bootstrapValidator.css
│   │   │   │   │   └── buttons.css
│   │   │   │   ├── common.css
│   │   │   │   ├── contactus.css
│   │   │   │   ├── diningcart.css
│   │   │   │   ├── header-footer.css
│   │   │   │   ├── index-form.css
│   │   │   │   ├── meun.css
│   │   │   │   ├── order.css
│   │   │   │   ├── plugins
│   │   │   │   │   ├── animate.css
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── 111.ttf
│   │   │   │   │   │   ├── FontAwesome.otf
│   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   │   ├── icomoon.eot
│   │   │   │   │   │   ├── icomoon.svg
│   │   │   │   │   │   ├── icomoon.ttf
│   │   │   │   │   │   └── icomoon.woff
│   │   │   │   │   ├── font-awesome.min.css
│   │   │   │   │   ├── normalize.css
│   │   │   │   │   ├── shake.css
│   │   │   │   │   └── style.css
│   │   │   │   └── storeadd.css
│   │   │   ├── images
│   │   │   │   ├── arrows.png
│   │   │   │   ├── chongzhi.png
│   │   │   │   ├── food01.jpg
│   │   │   │   ├── HeadImg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 30fc684d-370f-4a82-8708-fd54c467d573.jpg
│   │   │   │   │   ├── b88a9c6f-8a60-419f-a4c4-9c9c89d7a92a.jpg
│   │   │   │   │   └── default.jpg
│   │   │   │   ├── ibar_sprites.png
│   │   │   │   ├── item-pic.jpg
│   │   │   │   ├── jt_nor.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── meunImg
│   │   │   │   │   ├── 0f06a871-ceb8-47c3-b76d-b162751e2d11.jpg
│   │   │   │   │   ├── 25c04d99-d136-4e79-9bf2-4be5974cbe43.jpg
│   │   │   │   │   ├── 2d490702-c9f7-4848-a1f5-798887b1ff7f.jpg
│   │   │   │   │   ├── 33dc08a3-d7d7-49a7-9725-db892f6b734e.jpg
│   │   │   │   │   ├── 3fddb13d-598e-4864-ba23-bb86f41093da.jpg
│   │   │   │   │   ├── 4669493e-0d54-4105-abed-a2f7a1a46448.jpg
│   │   │   │   │   ├── 4b1a15d5-de34-4eaa-856d-b4e910e11da9.jpg
│   │   │   │   │   ├── 5a114839-00a3-4757-aecd-6d518c2239ec.jpg
│   │   │   │   │   ├── 7c66d6bb-b889-4550-bc47-b41d900ffda7.jpg
│   │   │   │   │   ├── a29fa1cd-94ce-446d-8f76-d64d74f44392.jpg
│   │   │   │   │   ├── a38b8a6e-b9bb-4ac6-bec5-ecba8b3bc64f.jpg
│   │   │   │   │   ├── bf116b1f-e9fd-4488-884b-e4533f34382d.jpg
│   │   │   │   │   ├── cbfd953e-f274-433d-a71b-2892a6c69059.jpg
│   │   │   │   │   ├── d25fdac9-115b-4be4-8968-d13f7b308b3f.jpg
│   │   │   │   │   ├── de3da057-edf6-44ed-8ed5-88385f75dc70.jpg
│   │   │   │   │   ├── e3c11f2b-6bf8-4bd6-a767-5c15883f49f5.jpg
│   │   │   │   │   └── f8717c0c-713c-4458-837e-62e079a67eee.jpg
│   │   │   │   ├── no-img_mid_.jpg
│   │   │   │   ├── replace.jpg
│   │   │   │   ├── wdsc.png
│   │   │   │   ├── weixin_code_145.png
│   │   │   │   └── xiez.jpg
│   │   │   ├── img
│   │   │   │   ├── cart.png
│   │   │   │   ├── commodityimgs
│   │   │   │   │   ├── food01.jpg
│   │   │   │   │   ├── food02.jpg
│   │   │   │   │   ├── food03.jpg
│   │   │   │   │   ├── food04.jpg
│   │   │   │   │   ├── food05.jpg
│   │   │   │   │   ├── food06.jpg
│   │   │   │   │   ├── food07.jpg
│   │   │   │   │   └── food08.jpg
│   │   │   │   ├── email.png
│   │   │   │   ├── font-biaoqing.png
│   │   │   │   ├── food.jpg
│   │   │   │   ├── header-logo.png
│   │   │   │   ├── headIcon
│   │   │   │   │   ├── 10.jpg
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   └── 8.jpg
│   │   │   │   ├── login.jpg
│   │   │   │   ├── logo.png
│   │   │   │   ├── notice.png
│   │   │   │   ├── password_icon.png
│   │   │   │   ├── qq.png
│   │   │   │   ├── qqprcode.png
│   │   │   │   ├── qqzone.png
│   │   │   │   ├── title-logo.png
│   │   │   │   ├── user_icon.png
│   │   │   │   ├── weibo.png
│   │   │   │   ├── weixin.png
│   │   │   │   ├── w_email.png
│   │   │   │   ├── w_qq.png
│   │   │   │   ├── w_qqzone.png
│   │   │   │   ├── w_weibo.png
│   │   │   │   └── w_weixin.png
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── AngularJs
│   │   │   │   │   ├── angular.js
│   │   │   │   │   ├── angular.min.js
│   │   │   │   │   ├── angular-ui-router.js
│   │   │   │   │   └── angular-ui-router.min.js
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   └── bootstrapValidator.js
│   │   │   │   ├── commodity.js
│   │   │   │   ├── common.js
│   │   │   │   ├── data.js
│   │   │   │   ├── index-formcheck.js
│   │   │   │   ├── meun
│   │   │   │   │   ├── common.js
│   │   │   │   │   ├── ieBetter.js
│   │   │   │   │   ├── parabola.js
│   │   │   │   │   └── quick_links.js
│   │   │   │   └── plugins
│   │   │   │   ├── ajaxfileupload.js
│   │   │   │   ├── jqPaginator.min.js
│   │   │   │   ├── jquery-1.10.2.min.js
│   │   │   │   ├── jquery-1.7.min.js
│   │   │   │   └── jquery.min.1.11.2.js
│   │   │   ├── qt_account
│   │   │   │   ├── account.html
│   │   │   │   └── account.js
│   │   │   ├── qt_contactus
│   │   │   │   ├── contactus.html
│   │   │   │   └── contactus.js
│   │   │   ├── qt_diningCar
│   │   │   │   ├── diningcar.html
│   │   │   │   └── diningcar.js
│   │   │   ├── qt_meun
│   │   │   │   ├── meun.html
│   │   │   │   └── meun.js
│   │   │   └── qt_order
│   │   │   ├── order.html
│   │   │   ├── order.js
│   │   │   ├── placeOrder.html
│   │   │   └── placeOrder.js
│   │   └── zhenshifu.rar
│   └── 备份
│   └── system
│   ├── app.js
│   ├── css
│   │   ├── bootstrap
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   ├── bootstrap-theme.min.css
│   │   │   ├── bootstrapValidator.css
│   │   │   └── buttons.css
│   │   ├── commodity.css
│   │   ├── common.css
│   │   ├── header-footer.css
│   │   ├── login-form.css
│   │   ├── plugins
│   │   │   ├── animate.css
│   │   │   ├── font
│   │   │   │   ├── FontAwesome.otf
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   ├── icomoon.eot
│   │   │   │   ├── icomoon.svg
│   │   │   │   ├── icomoon.ttf
│   │   │   │   └── icomoon.woff
│   │   │   ├── font-awesome.min.css
│   │   │   ├── normalize.css
│   │   │   ├── shake.css
│   │   │   └── style.css
│   │   └── storeadd.css
│   ├── img
│   │   ├── commodityimgs
│   │   │   ├── food01.jpg
│   │   │   ├── food02.jpg
│   │   │   ├── food03.jpg
│   │   │   ├── food04.jpg
│   │   │   ├── food05.jpg
│   │   │   ├── food06.jpg
│   │   │   ├── food07.jpg
│   │   │   └── food08.jpg
│   │   ├── email.png
│   │   ├── header-logo.png
│   │   ├── headIcon
│   │   │   ├── 10.jpg
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   └── 8.jpg
│   │   ├── login.jpg
│   │   ├── logo.png
│   │   ├── password_icon.png
│   │   ├── qq.png
│   │   ├── qqprcode.png
│   │   ├── qqzone.png
│   │   ├── title-logo.png
│   │   ├── user_icon.png
│   │   ├── weibo.png
│   │   ├── weixin.png
│   │   ├── w_email.png
│   │   ├── w_qq.png
│   │   ├── w_qqzone.png
│   │   ├── w_weibo.png
│   │   └── w_weixin.png
│   ├── index.html
│   ├── js
│   │   ├── AngularJs
│   │   │   ├── angular.js
│   │   │   ├── angular.min.js
│   │   │   ├── angular-ui-router.js
│   │   │   └── angular-ui-router.min.js
│   │   ├── bootstrap
│   │   │   ├── bootstrap.js
│   │   │   └── bootstrapValidator.js
│   │   ├── commodity.js
│   │   ├── common.js
│   │   ├── data.js
│   │   ├── login.js
│   │   └── plugins
│   │   └── jquery-1.10.2.min.js
│   ├── login.html
│   ├── meun
│   │   ├── meun.html
│   │   └── meun.js
│   ├── notice
│   │   └── notice.html
│   ├── order
│   │   └── order.html
│   └── user
│   └── user.html
├── java
│   └── onlineMealOrdering
│   ├── logs
│   │   ├── web.log
│   │   ├── web.log.2016-12-26
│   │   ├── web.log.2016-12-27
│   │   ├── web.log.2016-12-28
│   │   ├── web.log.2016-12-29
│   │   ├── web.log.2016-12-30
│   │   ├── web.log.2016-12-31
│   │   ├── web.log.2017-01-03
│   │   ├── web.log.2017-01-04
│   │   ├── web.log.2017-01-05
│   │   ├── web.log.2017-01-06
│   │   ├── web.log.2017-01-07
│   │   ├── web.log.2017-01-11
│   │   ├── web.log.2017-01-16
│   │   ├── web.log.2017-01-23
│   │   ├── web.log.2017-01-26
│   │   ├── web.log.2017-01-30
│   │   ├── web.log.2017-02-01
│   │   ├── web.log.2017-02-09
│   │   ├── web.log.2017-02-13
│   │   ├── web.log.2017-02-14
│   │   ├── web.log.2017-02-15
│   │   ├── web.log.2017-02-16
│   │   ├── web.log.2017-02-17
│   │   ├── web.log.2017-02-18
│   │   ├── web.log.2017-02-19
│   │   ├── web.log.2017-02-20
│   │   ├── web.log.2017-02-21
│   │   ├── web.log.2017-02-22
│   │   ├── web.log.2017-02-23
│   │   ├── web.log.2017-02-25
│   │   ├── web.log.2017-02-26
│   │   ├── web.log.2017-02-28
│   │   ├── web.log.2017-03-01
│   │   ├── web.log.2017-03-02
│   │   ├── web.log.2017-03-03
│   │   ├── web.log.2017-03-04
│   │   ├── web.log.2017-03-05
│   │   ├── web.log.2017-03-06
│   │   ├── web.log.2017-03-07
│   │   ├── web.log.2017-03-08
│   │   ├── web.log.2017-03-09
│   │   ├── web.log.2017-03-10
│   │   ├── web.log.2017-03-11
│   │   ├── web.log.2017-03-13
│   │   ├── web.log.2017-03-14
│   │   ├── web.log.2017-03-15
│   │   ├── web.log.2017-03-16
│   │   ├── web.log.2017-03-17
│   │   ├── web.log.2017-03-18
│   │   ├── web.log.2017-03-22
│   │   ├── web.log.2017-03-23
│   │   ├── web.log.2017-04-10
│   │   ├── web.log.2017-05-06
│   │   ├── web.log.2017-05-07
│   │   └── web.log.2017-05-20
│   ├── pom.xml
│   ├── src
│   │   └── main
│   │   ├── java
│   │   │   └── com
│   │   │   └── sglj
│   │   │   └── fbf
│   │   │   ├── adapter
│   │   │   │   └── lwams
│   │   │   │   ├── help
│   │   │   │   │   ├── connection
│   │   │   │   │   │   ├── ConnectInterfaceTest.java
│   │   │   │   │   │   ├── ConnectionInfoUtils.java
│   │   │   │   │   │   ├── FormFieldKeyValuePair.java
│   │   │   │   │   │   ├── HttpPostEmulator.java
│   │   │   │   │   │   ├── HttpPostTest.java
│   │   │   │   │   │   ├── SocketHttpRequester.java
│   │   │   │   │   │   └── UploadFileItem.java
│   │   │   │   │   ├── req
│   │   │   │   │   │   ├── JobGroup.java
│   │   │   │   │   │   ├── JobnetRegister.java
│   │   │   │   │   │   └── ReqEntity.java
│   │   │   │   │   └── resp
│   │   │   │   │   ├── MsgListPage.java
│   │   │   │   │   └── NodeReader.java
│   │   │   │   ├── impl
│   │   │   │   │   └── LwamsInterfaceImpl.java
│   │   │   │   └── LwamsInterface.java
│   │   │   ├── annotation
│   │   │   │   └── Authorization.java
│   │   │   ├── base
│   │   │   │   ├── BaseController.java
│   │   │   │   ├── BaseEntity.java
│   │   │   │   └── ResponseEntity.java
│   │   │   ├── constant
│   │   │   │   ├── AppCacheConstant.java
│   │   │   │   ├── BusiConstant.java
│   │   │   │   ├── BusiEnum.java
│   │   │   │   └── SysConstant.java
│   │   │   ├── controller
│   │   │   │   ├── diningcarmenu
│   │   │   │   │   └── DiningCarController.java
│   │   │   │   ├── login
│   │   │   │   │   └── LoginInfoControl.java
│   │   │   │   ├── menu
│   │   │   │   │   ├── CommentController.java
│   │   │   │   │   └── MenuController.java
│   │   │   │   ├── notice
│   │   │   │   │   └── NoticeController.java
│   │   │   │   ├── ordercontroller
│   │   │   │   │   └── OrderController.java
│   │   │   │   └── user
│   │   │   │   ├── ShippingAddressController.java
│   │   │   │   └── UserController.java
│   │   │   ├── crud
│   │   │   │   ├── dao
│   │   │   │   │   ├── CustomIDGenerator.java
│   │   │   │   │   ├── Dao.java
│   │   │   │   │   ├── generator
│   │   │   │   │   │   └── CustomUUIDGenerator.java
│   │   │   │   │   ├── GenericDao.java
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── BaseHibernateDao.java
│   │   │   │   │   └── support
│   │   │   │   │   ├── GenericDaoSupport.java
│   │   │   │   │   └── QueryRuleSupport.java
│   │   │   │   └── query
│   │   │   │   ├── Page.java
│   │   │   │   └── QueryRule.java
│   │   │   ├── dao
│   │   │   │   ├── diningcardao
│   │   │   │   │   ├── DiningCarMenuDao.java
│   │   │   │   │   └── impl
│   │   │   │   │   └── DiningCarMenuDaoImpl.java
│   │   │   │   ├── logindao
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── SysUserDaoImpl.java
│   │   │   │   │   └── SysUserDao.java
│   │   │   │   ├── menudao
│   │   │   │   │   ├── CommentDao.java
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── CommentDaoImpl.java
│   │   │   │   │   │   └── MunuDaoImpl.java
│   │   │   │   │   └── MenuDao.java
│   │   │   │   ├── noticedao
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── NoticeDaoImpl.java
│   │   │   │   │   └── NoticeDao.java
│   │   │   │   ├── order
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── OrderDaoImpl.java
│   │   │   │   │   │   └── OrderMenuDaoImpl.java
│   │   │   │   │   ├── OrderDao.java
│   │   │   │   │   └── OrderMenuDao.java
│   │   │   │   ├── sysconfig
│   │   │   │   │   ├── CategoryDao.java
│   │   │   │   │   ├── CodeDao.java
│   │   │   │   │   └── impl
│   │   │   │   │   ├── CategoryDaoImpl.java
│   │   │   │   │   └── CodeDaoImpl.java
│   │   │   │   └── user
│   │   │   │   ├── impl
│   │   │   │   │   ├── ShippingAddressDaoImpl.java
│   │   │   │   │   └── UserDaoImpl.java
│   │   │   │   ├── ShippingAddressDao.java
│   │   │   │   └── UserDao.java
│   │   │   ├── entity
│   │   │   │   ├── config
│   │   │   │   │   ├── CategoryEntity.java
│   │   │   │   │   ├── CodeEntity.java
│   │   │   │   │   └── support
│   │   │   │   │   ├── CategoryBase.java
│   │   │   │   │   └── CodeBase.java
│   │   │   │   ├── diningcar
│   │   │   │   │   └── DiningCarMenu.java
│   │   │   │   ├── menu
│   │   │   │   │   ├── Comment.java
│   │   │   │   │   └── Menu.java
│   │   │   │   ├── notice
│   │   │   │   │   └── Notice.java
│   │   │   │   ├── order
│   │   │   │   │   ├── Order.java
│   │   │   │   │   └── OrderMenu.java
│   │   │   │   ├── sysuser
│   │   │   │   │   └── SysUser.java
│   │   │   │   ├── test
│   │   │   │   │   └── TestEntity.java
│   │   │   │   ├── token
│   │   │   │   │   ├── LoginUser.java
│   │   │   │   │   ├── TokenModel.java
│   │   │   │   │   └── TokenPool.java
│   │   │   │   └── user
│   │   │   │   ├── Position.java
│   │   │   │   ├── ShippingAddress.java
│   │   │   │   └── User.java
│   │   │   ├── exception
│   │   │   │   ├── DaoException.java
│   │   │   │   ├── MethodNotSupportedException.java
│   │   │   │   ├── ServiceException.java
│   │   │   │   ├── SpringMVCExceptionResolver.java
│   │   │   │   ├── SystemException.java
│   │   │   │   └── ViewException.java
│   │   │   ├── interceptor
│   │   │   │   └── AuthorizationInterceptor.java
│   │   │   ├── service
│   │   │   │   ├── diningcarservice
│   │   │   │   │   ├── DiningCarMenuService.java
│   │   │   │   │   └── impl
│   │   │   │   │   └── DiningCarMenuServiceImpl.java
│   │   │   │   ├── loginservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── LoginServiceImpl.java
│   │   │   │   │   └── LoginService.java
│   │   │   │   ├── menuservice
│   │   │   │   │   ├── CommentService.java
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── CommentServiceImpl.java
│   │   │   │   │   │   └── MenuServiceImpl.java
│   │   │   │   │   └── MenuService.java
│   │   │   │   ├── noticeservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── NoticeServiceImpl.java
│   │   │   │   │   └── NoticeService.java
│   │   │   │   ├── orderservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── OrderMenuServiceImpl.java
│   │   │   │   │   │   └── OrderServiceImpl.java
│   │   │   │   │   ├── OrderMenuService.java
│   │   │   │   │   └── OrderService.java
│   │   │   │   ├── sysconfigservice
│   │   │   │   │   ├── CategoryService.java
│   │   │   │   │   ├── CodeService.java
│   │   │   │   │   └── impl
│   │   │   │   │   ├── CategoryServiceImpl.java
│   │   │   │   │   └── CodeServiceImpl.java
│   │   │   │   └── userservice
│   │   │   │   ├── impl
│   │   │   │   │   ├── ShippingAddressServiceImpl.java
│   │   │   │   │   └── UserServiceImpl.java
│   │   │   │   ├── ShippingAddressService.java
│   │   │   │   └── UserService.java
│   │   │   ├── servlet
│   │   │   │   └── ImageValidationServlet.java
│   │   │   ├── spring
│   │   │   │   ├── JSONHttpMessageConverter.java
│   │   │   │   ├── SpringBeanService.java
│   │   │   │   └── String2DateConverter.java
│   │   │   ├── support
│   │   │   │   ├── IllegalCharacterTransformSupport.java
│   │   │   │   └── StringToDateSupport.java
│   │   │   └── utils
│   │   │   ├── BeanExtendsUtil.java
│   │   │   ├── BeanUtil.java
│   │   │   ├── BigDecimalUtils.java
│   │   │   ├── CsvExportUtils.java
│   │   │   ├── DateUtil.java
│   │   │   ├── DelFile.java
│   │   │   ├── EncryptUtil.java
│   │   │   ├── FileUtil.java
│   │   │   ├── FtpUtil.java
│   │   │   ├── GZipUtil.java
│   │   │   ├── NetWorkUtil.java
│   │   │   ├── SessionUtils.java
│   │   │   ├── SkipNullRepresenter.java
│   │   │   ├── UnsortedPropertyUtils.java
│   │   │   └── ZipUtil.java
│   │   ├── resources
│   │   │   ├── context
│   │   │   │   ├── applicationContext-dataSource.xml
│   │   │   │   ├── applicationContext-mvc.xml
│   │   │   │   ├── applicationContext-transcation.xml
│   │   │   │   └── applicationContext.xml
│   │   │   ├── ehcache.xml
│   │   │   ├── log4j.properties
│   │   │   ├── properties
│   │   │   │   ├── application.properties
│   │   │   │   ├── druid.properties
│   │   │   │   └── hibernate.properties
│   │   │   └── tomcatconf
│   │   │   ├── context.xml
│   │   │   └── tomcat-users.xml
│   │   └── webapp
│   │   └── WEB-INF
│   │   └── web.xml
│   └── target
│   ├── classes
│   │   ├── com
│   │   │   └── sglj
│   │   │   └── fbf
│   │   │   ├── adapter
│   │   │   │   └── lwams
│   │   │   │   ├── help
│   │   │   │   │   ├── connection
│   │   │   │   │   │   ├── ConnectInterfaceTest.class
│   │   │   │   │   │   ├── ConnectionInfoUtils.class
│   │   │   │   │   │   ├── FormFieldKeyValuePair.class
│   │   │   │   │   │   ├── HttpPostEmulator.class
│   │   │   │   │   │   ├── HttpPostTest.class
│   │   │   │   │   │   ├── SocketHttpRequester.class
│   │   │   │   │   │   └── UploadFileItem.class
│   │   │   │   │   ├── req
│   │   │   │   │   │   ├── JobGroup.class
│   │   │   │   │   │   ├── JobnetRegister.class
│   │   │   │   │   │   └── ReqEntity.class
│   │   │   │   │   └── resp
│   │   │   │   │   ├── MsgListPage$Rows.class
│   │   │   │   │   ├── MsgListPage.class
│   │   │   │   │   ├── NodeReader$Attrs.class
│   │   │   │   │   └── NodeReader.class
│   │   │   │   ├── impl
│   │   │   │   │   └── LwamsInterfaceImpl.class
│   │   │   │   ├── LwamsInterface$Constant.class
│   │   │   │   └── LwamsInterface.class
│   │   │   ├── annotation
│   │   │   │   └── Authorization.class
│   │   │   ├── base
│   │   │   │   ├── BaseController.class
│   │   │   │   ├── BaseEntity.class
│   │   │   │   └── ResponseEntity.class
│   │   │   ├── constant
│   │   │   │   ├── AppCacheConstant.class
│   │   │   │   ├── BusiConstant$ENUM_KEY.class
│   │   │   │   ├── BusiConstant$LIBRARY_FROM.class
│   │   │   │   ├── BusiConstant$MSG.class
│   │   │   │   ├── BusiConstant.class
│   │   │   │   ├── BusiEnum$INSTANCE_AUDIT.class
│   │   │   │   ├── BusiEnum$INSTANCE_PARAMS.class
│   │   │   │   ├── BusiEnum$INSTANCE_TYPE.class
│   │   │   │   ├── BusiEnum$TASK_HAD_REGISTED.class
│   │   │   │   ├── BusiEnum$TASK_TYPE.class
│   │   │   │   ├── BusiEnum.class
│   │   │   │   ├── SysConstant$ENCODING.class
│   │   │   │   ├── SysConstant$HTTP_METHOD.class
│   │   │   │   ├── SysConstant$LOGIN_STATUS.class
│   │   │   │   ├── SysConstant$SYS_CODE.class
│   │   │   │   ├── SysConstant$XML_HEAD.class
│   │   │   │   └── SysConstant.class
│   │   │   ├── controller
│   │   │   │   ├── diningcarmenu
│   │   │   │   │   └── DiningCarController.class
│   │   │   │   ├── login
│   │   │   │   │   └── LoginInfoControl.class
│   │   │   │   ├── menu
│   │   │   │   │   ├── CommentController.class
│   │   │   │   │   └── MenuController.class
│   │   │   │   ├── notice
│   │   │   │   │   └── NoticeController.class
│   │   │   │   ├── ordercontroller
│   │   │   │   │   └── OrderController.class
│   │   │   │   └── user
│   │   │   │   ├── ShippingAddressController.class
│   │   │   │   └── UserController.class
│   │   │   ├── crud
│   │   │   │   ├── dao
│   │   │   │   │   ├── CustomIDGenerator.class
│   │   │   │   │   ├── Dao.class
│   │   │   │   │   ├── generator
│   │   │   │   │   │   └── CustomUUIDGenerator.class
│   │   │   │   │   ├── GenericDao.class
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── BaseHibernateDao$10.class
│   │   │   │   │   │   ├── BaseHibernateDao$11.class
│   │   │   │   │   │   ├── BaseHibernateDao$12.class
│   │   │   │   │   │   ├── BaseHibernateDao$13.class
│   │   │   │   │   │   ├── BaseHibernateDao$1.class
│   │   │   │   │   │   ├── BaseHibernateDao$2.class
│   │   │   │   │   │   ├── BaseHibernateDao$3.class
│   │   │   │   │   │   ├── BaseHibernateDao$4.class
│   │   │   │   │   │   ├── BaseHibernateDao$5.class
│   │   │   │   │   │   ├── BaseHibernateDao$6.class
│   │   │   │   │   │   ├── BaseHibernateDao$7.class
│   │   │   │   │   │   ├── BaseHibernateDao$8.class
│   │   │   │   │   │   ├── BaseHibernateDao$9.class
│   │   │   │   │   │   └── BaseHibernateDao.class
│   │   │   │   │   └── support
│   │   │   │   │   ├── GenericDaoSupport.class
│   │   │   │   │   └── QueryRuleSupport.class
│   │   │   │   └── query
│   │   │   │   ├── Page.class
│   │   │   │   ├── QueryRule$Rule.class
│   │   │   │   └── QueryRule.class
│   │   │   ├── dao
│   │   │   │   ├── diningcardao
│   │   │   │   │   ├── DiningCarMenuDao.class
│   │   │   │   │   └── impl
│   │   │   │   │   └── DiningCarMenuDaoImpl.class
│   │   │   │   ├── logindao
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── SysUserDaoImpl.class
│   │   │   │   │   └── SysUserDao.class
│   │   │   │   ├── menudao
│   │   │   │   │   ├── CommentDao.class
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── CommentDaoImpl.class
│   │   │   │   │   │   └── MunuDaoImpl.class
│   │   │   │   │   └── MenuDao.class
│   │   │   │   ├── noticedao
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── NoticeDaoImpl.class
│   │   │   │   │   └── NoticeDao.class
│   │   │   │   ├── order
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── OrderDaoImpl.class
│   │   │   │   │   │   └── OrderMenuDaoImpl.class
│   │   │   │   │   ├── OrderDao.class
│   │   │   │   │   └── OrderMenuDao.class
│   │   │   │   ├── sysconfig
│   │   │   │   │   ├── CategoryDao.class
│   │   │   │   │   ├── CodeDao.class
│   │   │   │   │   └── impl
│   │   │   │   │   ├── CategoryDaoImpl.class
│   │   │   │   │   └── CodeDaoImpl.class
│   │   │   │   └── user
│   │   │   │   ├── impl
│   │   │   │   │   ├── ShippingAddressDaoImpl.class
│   │   │   │   │   └── UserDaoImpl.class
│   │   │   │   ├── ShippingAddressDao.class
│   │   │   │   └── UserDao.class
│   │   │   ├── entity
│   │   │   │   ├── config
│   │   │   │   │   ├── CategoryEntity.class
│   │   │   │   │   ├── CodeEntity.class
│   │   │   │   │   └── support
│   │   │   │   │   ├── CategoryBase.class
│   │   │   │   │   └── CodeBase.class
│   │   │   │   ├── diningcar
│   │   │   │   │   └── DiningCarMenu.class
│   │   │   │   ├── menu
│   │   │   │   │   ├── Comment.class
│   │   │   │   │   └── Menu.class
│   │   │   │   ├── notice
│   │   │   │   │   └── Notice.class
│   │   │   │   ├── order
│   │   │   │   │   ├── Order.class
│   │   │   │   │   └── OrderMenu.class
│   │   │   │   ├── sysuser
│   │   │   │   │   └── SysUser.class
│   │   │   │   ├── test
│   │   │   │   │   └── TestEntity.class
│   │   │   │   ├── token
│   │   │   │   │   ├── LoginUser.class
│   │   │   │   │   ├── TokenModel.class
│   │   │   │   │   └── TokenPool.class
│   │   │   │   └── user
│   │   │   │   ├── Position.class
│   │   │   │   ├── ShippingAddress.class
│   │   │   │   └── User.class
│   │   │   ├── exception
│   │   │   │   ├── DaoException.class
│   │   │   │   ├── MethodNotSupportedException.class
│   │   │   │   ├── ServiceException.class
│   │   │   │   ├── SpringMVCExceptionResolver.class
│   │   │   │   ├── SystemException.class
│   │   │   │   └── ViewException.class
│   │   │   ├── interceptor
│   │   │   │   └── AuthorizationInterceptor.class
│   │   │   ├── service
│   │   │   │   ├── diningcarservice
│   │   │   │   │   ├── DiningCarMenuService.class
│   │   │   │   │   └── impl
│   │   │   │   │   └── DiningCarMenuServiceImpl.class
│   │   │   │   ├── loginservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── LoginServiceImpl.class
│   │   │   │   │   └── LoginService.class
│   │   │   │   ├── menuservice
│   │   │   │   │   ├── CommentService.class
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── CommentServiceImpl.class
│   │   │   │   │   │   └── MenuServiceImpl.class
│   │   │   │   │   └── MenuService.class
│   │   │   │   ├── noticeservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   └── NoticeServiceImpl.class
│   │   │   │   │   └── NoticeService.class
│   │   │   │   ├── orderservice
│   │   │   │   │   ├── impl
│   │   │   │   │   │   ├── OrderMenuServiceImpl.class
│   │   │   │   │   │   └── OrderServiceImpl.class
│   │   │   │   │   ├── OrderMenuService.class
│   │   │   │   │   └── OrderService.class
│   │   │   │   ├── sysconfigservice
│   │   │   │   │   ├── CategoryService.class
│   │   │   │   │   ├── CodeService.class
│   │   │   │   │   └── impl
│   │   │   │   │   ├── CategoryServiceImpl.class
│   │   │   │   │   └── CodeServiceImpl.class
│   │   │   │   └── userservice
│   │   │   │   ├── impl
│   │   │   │   │   ├── ShippingAddressServiceImpl.class
│   │   │   │   │   └── UserServiceImpl.class
│   │   │   │   ├── ShippingAddressService.class
│   │   │   │   └── UserService.class
│   │   │   ├── servlet
│   │   │   │   └── ImageValidationServlet.class
│   │   │   ├── spring
│   │   │   │   ├── JSONHttpMessageConverter.class
│   │   │   │   ├── SpringBeanService.class
│   │   │   │   └── String2DateConverter.class
│   │   │   ├── support
│   │   │   │   ├── IllegalCharacterTransformSupport.class
│   │   │   │   └── StringToDateSupport.class
│   │   │   └── utils
│   │   │   ├── BeanExtendsUtil.class
│   │   │   ├── BeanUtil.class
│   │   │   ├── BigDecimalUtils.class
│   │   │   ├── CsvExportUtils.class
│   │   │   ├── DateUtil.class
│   │   │   ├── DelFile.class
│   │   │   ├── EncryptUtil.class
│   │   │   ├── FileUtil.class
│   │   │   ├── FtpUtil.class
│   │   │   ├── GZipUtil.class
│   │   │   ├── NetWorkUtil.class
│   │   │   ├── SessionUtils.class
│   │   │   ├── SkipNullRepresenter.class
│   │   │   ├── UnsortedPropertyUtils.class
│   │   │   └── ZipUtil.class
│   │   ├── context
│   │   │   ├── applicationContext-dataSource.xml
│   │   │   ├── applicationContext-mvc.xml
│   │   │   ├── applicationContext-transcation.xml
│   │   │   └── applicationContext.xml
│   │   ├── ehcache.xml
│   │   ├── log4j.properties
│   │   ├── properties
│   │   │   ├── application.properties
│   │   │   ├── druid.properties
│   │   │   └── hibernate.properties
│   │   └── tomcatconf
│   │   ├── context.xml
│   │   └── tomcat-users.xml
│   ├── m2e-wtp
│   │   └── web-resources
│   │   └── META-INF
│   │   ├── MANIFEST.MF
│   │   └── maven
│   │   └── com.wei
│   │   └── wei
│   │   ├── pom.properties
│   │   └── pom.xml
│   ├── maven-status
│   │   └── maven-compiler-plugin
│   │   └── compile
│   │   └── default-compile
│   │   ├── createdFiles.lst
│   │   └── inputFiles.lst
│   └── tomcat
│   ├── conf
│   │   ├── logging.properties
│   │   ├── tomcat-users.xml
│   │   └── web.xml
│   └── logs
│   ├── access_log.2017-05-20
│   └── access_log.2018-07-05
├── nginx-1.11.5
│   ├── conf
│   │   ├── fastcgi.conf
│   │   ├── fastcgi_params
│   │   ├── koi-utf
│   │   ├── koi-win
│   │   ├── mime.types
│   │   ├── nginx.conf
│   │   ├── scgi_params
│   │   ├── uwsgi_params
│   │   └── win-utf
│   ├── contrib
│   │   ├── geo2nginx.pl
│   │   ├── README
│   │   ├── unicode2nginx
│   │   │   ├── koi-utf
│   │   │   ├── unicode-to-nginx.pl
│   │   │   └── win-utf
│   │   └── vim
│   │   ├── ftdetect
│   │   │   └── nginx.vim
│   │   ├── indent
│   │   │   └── nginx.vim
│   │   └── syntax
│   │   └── nginx.vim
│   ├── docs
│   │   ├── CHANGES
│   │   ├── CHANGES.ru
│   │   ├── LICENSE
│   │   ├── OpenSSL.LICENSE
│   │   ├── PCRE.LICENCE
│   │   ├── README
│   │   └── zlib.LICENSE
│   ├── html
│   │   ├── 50x.html
│   │   └── index.html
│   ├── logs
│   │   ├── access.log
│   │   ├── error.log
│   │   └── nginx.pid
│   └── nginx.exe
└── nginx-1.11.5.zip

249 directories, 742 files

标签:

实例下载地址

网上订餐系统完整源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警