2016-10-22 21:12:19 +08:00
|
|
|
## zheng
|
2016-10-22 21:07:44 +08:00
|
|
|
|
2016-11-12 00:40:57 +08:00
|
|
|
# 介绍
|
|
|
|
```
|
|
|
|
zheng
|
2016-11-12 00:51:59 +08:00
|
|
|
├── common 公共模块
|
|
|
|
├── cms 内容管理系统
|
|
|
|
| ├── cms-dao
|
|
|
|
| ├── cms-service
|
|
|
|
| └── cms-web
|
|
|
|
├── qa 问答系统
|
|
|
|
| ├── qa-dao
|
|
|
|
| ├── qa-service
|
|
|
|
| └── qa-web
|
2016-11-22 15:39:14 +08:00
|
|
|
├── upms 通用用户权限系统
|
|
|
|
| ├── upms-dao
|
|
|
|
| ├── upms-service
|
|
|
|
| └── upms-admin
|
2016-11-14 11:23:36 +08:00
|
|
|
├── pay 支付系统
|
|
|
|
| ├── pay-service
|
|
|
|
| ├── pay-sdk
|
2016-11-14 13:32:08 +08:00
|
|
|
| └── pay-demo
|
|
|
|
├── ucenter 用户系统
|
|
|
|
| ├── ucenter-dao
|
|
|
|
| ├── ucenter-service
|
|
|
|
| └── ucenter-home
|
2016-11-14 13:49:18 +08:00
|
|
|
├── wechat 微信系统
|
|
|
|
| ├── wechat-mp 公众号
|
|
|
|
| | ├── wechat-mp-dao
|
|
|
|
| | ├── wechat-mp-service
|
|
|
|
| | └── wechat-mp-admin
|
|
|
|
| └── wechat-app 小程序
|
|
|
|
| ├── wechat-app-sdk
|
|
|
|
| └── wechat-app-example
|
2016-11-14 13:51:10 +08:00
|
|
|
├── api 接口系统
|
2016-11-14 11:36:48 +08:00
|
|
|
└── oss 对象存储系统
|
2016-11-12 00:51:59 +08:00
|
|
|
├── oss-sdk
|
2016-11-14 13:32:08 +08:00
|
|
|
└── oss-admin
|
2016-11-12 00:40:57 +08:00
|
|
|
```
|
|
|
|
|
2016-10-22 21:12:19 +08:00
|
|
|
# 后端技术:
|
2016-10-22 21:19:37 +08:00
|
|
|
* Spring
|
|
|
|
* SpringMVC: MVC框架
|
2016-10-22 21:12:19 +08:00
|
|
|
* MyBatis: ORM框架
|
|
|
|
* MyBatis Generator: 代码生成
|
|
|
|
* Druid: 数据库连接池
|
2016-10-22 21:19:37 +08:00
|
|
|
* Spring secutity|Shiro: 权限认证
|
2016-10-22 21:12:19 +08:00
|
|
|
* Thymeleaf: 模板引擎
|
|
|
|
* ZooKeeper: 协调服务
|
|
|
|
* Dubbo: 远程服务调用
|
|
|
|
* TBSchedule: 任务调度
|
|
|
|
* Quartz: 定时任务
|
|
|
|
* Ehcache: 二级缓存
|
|
|
|
* Redis: 分布式缓存存储
|
|
|
|
* ActiveMQ: 消息队列
|
2016-10-22 21:19:37 +08:00
|
|
|
* Solr: 检索
|
2016-10-22 21:12:19 +08:00
|
|
|
* Maven: 项目管理(Gradle)
|
2016-10-22 21:19:37 +08:00
|
|
|
* Qiniu: 云存储
|
2016-10-22 21:12:19 +08:00
|
|
|
* Jenkins: 持续集成
|
|
|
|
* Log4J: 日志管理
|
2016-10-22 21:19:37 +08:00
|
|
|
* Protobuf|json: 数据传输
|
|
|
|
* Spring-boot
|
2016-11-17 13:49:44 +08:00
|
|
|
* Swagger2: 接口文档
|
2016-10-22 21:19:37 +08:00
|
|
|
|
2016-10-22 21:07:44 +08:00
|
|
|
|
2016-10-22 21:12:19 +08:00
|
|
|
# 前端技术:
|
2016-10-22 21:19:37 +08:00
|
|
|
* jQuery
|
|
|
|
* Bootstrap
|
|
|
|
* jQuery EasyUI
|
|
|
|
* AngularJs
|
|
|
|
* Webpack
|
|
|
|
* Node.js
|
|
|
|
* Electron
|
|
|
|
* NW.js(Node-Webkit)
|
2016-10-23 21:27:01 +08:00
|
|
|
* Material Design
|
2016-10-22 21:19:37 +08:00
|
|
|
|
2016-10-22 21:12:19 +08:00
|
|
|
|
2016-10-22 21:20:32 +08:00
|
|
|
# 开发环境:
|
2016-10-22 21:12:19 +08:00
|
|
|
* MySql: 数据库
|
|
|
|
* jetty: 开发服务器
|
|
|
|
* Tomcat: 应用服务器
|
|
|
|
* SVN: 版本管理
|
|
|
|
* Nginx: 反向代理服务器
|
|
|
|
* Varnish: 内存缓存
|
|
|
|
* Navicat for MySQL: 数据库客户端管理
|
|
|
|
* IntelliJ IDEA: 开发IDE
|
|
|
|
* PowerDesigner: 建模工具
|
2016-11-14 13:15:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
# 数据模型
|
2016-11-16 22:02:17 +08:00
|
|
|
![数据库模型](DataModelDiagram/zheng.png)
|