## 阿里云推广:
领取限量云产品优惠
https://www.aliyun.com/minisite/goods?userCode=3gfjwx0o
![](https://img.kancloud.cn/f3/3d/f33d29ebaf1910854110bd80ed3170d2_1155x335.png)
## 开发环境
1. idea
2. redis
3. mysql
4. zookeeper (使用zk锁时才有用)
5. nacos
## 项目启用顺序
1. cloud-gateway
2. cloud-auth
3. cloud-admin-service
4. 其他模块根据需求启动
**开发工具建议使用idea**
pro-micro的log4j2颜色设置
IDEA中,点击右上角->Edit Configurations,在VM options中添加
~~~
-Dlog4j.skipJansi=false
~~~