From bf1db731e2661c21765059b79c0e4d8ee3cb66f4 Mon Sep 17 00:00:00 2001 From: "yangkai.shen" <237497819@qq.com> Date: Tue, 21 Nov 2017 14:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 377d724..81b5a2f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu ``` +### 开发环境 + +- **JDK1.8 +** +- **Maven 3.5 +** +- **InteliJ idea 2017.2 +** +- **mysql 5.7 +** (*尽量5.7版本以上,因为5.7版本加了一些新特性,不向下兼容。本demo里会尽量避免这种不兼容的地方,但还是建议尽量保证5.7版本以上*) + ### spring-boot-demo-parent 所有的 **Module** 均依赖:[**spring-boot-demo-parent**](./spring-boot-demo-parent)