## 阿里云推廣:
領取限量云產品優惠
https://www.aliyun.com/minisite/goods?userCode=3gfjwx0o

## 開發環境
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
~~~