Skip to content

Commit

Permalink
更新项目截图
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBling committed Jul 18, 2019
1 parent 7df5f87 commit 091bd7f
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
> **欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善**
## 产品介绍
-----------------------------------
**    基础功能开发:景区微信地图导游、天气及景点相关资讯微信提醒、项目适玩人群识别与推荐、会员功能、景区美食预订功能、停车付费功能、票价信息查询设置、免费WiFi连接设置。**

**    微信小程序:开发一款用于门票销售的小程序,让用户无需关注,直接一键购票,提供快捷、便利的线上购票服务。**

### 项目结构:
```lua
hqc_mini_app 微信小程序相关文件
Expand Down Expand Up @@ -53,27 +59,32 @@ hqc_mp
| | ├── templates -- 页面FreeMarker模版
```

## 技术选型
- 核心框架:Spring
- 安全框架:Apache Shiro
- 视图框架:Spring MVC
- 持久层框架:MyBatis MyBatis通用Mapper
- 缓存技术:Redis
- 定时器:Quartz
- 数据库连接池:Druid
- 日志管理:SLF4JLog4j
- 模版技术:FreeMarker
- 页面交互:BootStrap、Layer等
## 技术选型
- 核心框架:`Spring`
- 安全框架:`Apache Shiro`
- 视图框架:`Spring MVC`
- 持久层框架:`MyBatis``MyBatis通用Mapper`
- 缓存技术:`Redis`
- 定时器:`Quartz`
- 数据库连接池:`Druid`
- 日志管理:`SLF4J``Log4j`
- 模版技术:`FreeMarker`
- 页面交互:`BootStrap``Layer`

## 本地部署
- 创建数据库`hqc_mp`,数据库编码为`UTF-8`
- 执行`sql/hqc_mp.sql`文件,初始化数据
- 修改`db.properties`,更新MySQL账号和密码
- 修改`redis.properties`,更改Redis连接信息
- 创建数据库**hqc_mp**,数据库编码为`UTF-8`
- 执行**sql/hqc_mp.sql**文件,初始化数据
- 修改**db.properties**,更新MySQL账号和密码
- 修改**redis.properties**,更改Redis连接信息
- Eclipse、IDEA部署Tomcat,则可启动项目
- 项目访问路径:http://localhost:8080/hqc_mp
- 账号密码:`admin/admin`
- 前台登录用户: `13647910412 123`
- 后台登陆账号密码:**admin/admin**
- 前台登录用户: **13647910412/123**

### 启动说明:
> 项目依赖mysql、Redis服务。
## 演示效果图
![在线购票](./screenshots/在线购票.png)![会员中心](./screenshots/会员中心.png)
![积分商城](./screenshots/积分商城.png)![WIFI连接](./screenshots/WIFI连接.png)![停车付费](./screenshots/停车付费.png)

Binary file added screenshots/WIFI连接.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/会员中心.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/停车付费.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/在线购票.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/积分商城.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 091bd7f

Please sign in to comment.