SpringBoot + Dubbo + Redis + ZooKeeper 分布式java 开发框架学习记录
有兴趣一起学习的可以加QQ群:17470566
twoicc
├─twoicc-common 公共模块
│ └─twoicc-common-web 基础WEB组件
│
├─sql-script 数据脚本
│
├─twoicc-one 项目一
│ ├─twoicc-one-api 项目一API(供移动端)
│ ├─twoicc-one-interface 项目一接口
│ ├─twoicc-one-model 项目一模型
│ ├─twoicc-one-service 项目一service dao
│ └─twoicc-one-web 项目一WEB(供前台web)
* 下一步开发SSO单点登录
环境要求
- JDK1.8+
- MySQL5.5+
- Maven3.3+
- Zookeeper3.3+
- Redis3.0+