## 环境配置
1. 安装jdk1.8
2. 安装maven,配置阿里云镜像,修改`settings.xml`文件在`mirrors`块里添加以下内容
~~~
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
~~~
3. 在idea安装`lombok`插件
4. 在idea安装`MybatisX Plugin`插件(选装)
5. 准备好数据库5.7+或8.0.14+
6. 初始化数据库
* 脚本路径:`ceres/doc/cere.sql`
7. 准备好Redis
8. 修改ceres/ceres-admin-server/src/main/resources/application.yml、ceres/ceres-app-server/src/main/resources/application.yml里面的配置参数
* nginx、数据库、redis配置
![](https://img.kancloud.cn/3f/ef/3fef81a1f0f1dfa494fdd5a59cfe8829_2364x824.png)
* 文件存储配置
![](https://img.kancloud.cn/46/56/465624e864106e3f7e926c7648c11bc0_2080x814.png)
* 小程序配置
![](https://img.kancloud.cn/f5/26/f5268ff3723a668817832e6d4ed101f1_1806x542.png)