1 Star 0 Fork 81

wd520 / haodian

forked from 去好店 / nbsaas-mall2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

去好店

去好店,让你快速的找到喜欢的店铺。

技术选型:

  • 服务端

  • SSH (Spring、SpringMVC、Hibernate)

  • 安全权限 Shiro

  • 搜索工具 Lucene

  • 缓存 Ehcache

  • 视图模板 freemarker

  • 其它 Jsoup、gson

  • disconver

quhaodian 工程介绍

  • data 工程的controller,数据模块
  • web 视图工程,不放代码,使用freemarker作为视图

搭建步骤

  1. 创建数据库。如使用MySQL,字符集选择为utf8或者utf8mb4(支持更多特殊字符,推荐)。
  2. 执行数据库脚本。数据库脚本在database目录下。
  3. 在idea中导入maven项目。点击idea菜单File - open,选择 项目所在磁盘位置。创建好maven项目后,会开始从maven服务器下载第三方jar包(如spring等),需要一定时间,请耐心等待。
  4. 创建mysql数据库,导入haodian.sql
  5. 修改数据库连接。打开/web/src/main/resources/jdbc.propertis文件,根据实际情况修改jdbc.urljdbc.usernamejdbc.password的值。
  6. 运行程序。在idea中,点击idea菜单Run - Run,选择Run - Edit Configurations...,选择+,选择Maven,选择文件位置,在comand line填入jetty:runtomcat7:run,然后点击Run
  7. 访问系统。前台地址:http://localhost:8080/web,手机站地址:http://127.0.0.1:8080/;后台地址:http://localhost:8080/web/login.htm,用户名:admin,密码:123456。
MIT License Copyright (c) 2021 ada Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

开源商家系统 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/yhb520/iyelp.git
git@gitee.com:yhb520/iyelp.git
yhb520
iyelp
haodian
master

搜索帮助