Skip to content

Commit

Permalink
更新配置及启动说明、修复其他bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBling committed Oct 8, 2019
1 parent c8054d6 commit 2f1d602
Show file tree
Hide file tree
Showing 324 changed files with 21,450 additions and 22,783 deletions.
129 changes: 124 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,129 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig

# Created by https://www.gitignore.io/api/visualstudiocode,windows,node

### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

/.settings/
/target/
target/
/logs/
/.svn/
*.class
*.jar

# Eclipse project files
.classpath
.project
.DS_Store
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/visualstudiocode,windows,node

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
.history
.DS_Store
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 思伟

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.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

### 项目结构
## 项目结构
```lua
hqc_mini_app 微信小程序相关文件

Expand Down Expand Up @@ -77,14 +77,16 @@ hqc_mp
- 修改**db.properties**,更新MySQL账号和密码
- 修改**redis.properties**,更改Redis连接信息
- Eclipse、IDEA部署Tomcat,则可启动项目
- 项目访问路径:http://localhost:8080/hqc_mp
- 项目访问路径:http://localhost:8080/octopus
- 后台登陆账号密码:**admin/admin**
- 前台登录用户: **13647910412/123**

### 启动说明:
> 项目依赖mysql、Redis服务。
## 启动说明

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

0 comments on commit 2f1d602

Please sign in to comment.