From 81e6ef60625ee296bbddddcbad19c16d1ebfa98a Mon Sep 17 00:00:00 2001 From: "yangkai.shen" <237497819@qq.com> Date: Tue, 21 Nov 2017 15:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4644f27..31c463d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu - **IntelliJ IDEA ULTIMATE 2017.2 +** - **mysql 5.7 +** (*尽量5.7版本以上,因为5.7版本加了一些新特性,不向下兼容。本demo里会尽量避免这种不兼容的地方,但还是建议尽量保证5.7版本以上*) +### 开发计划 + +[TODO](./TODO.md) + ### spring-boot-demo-parent 所有的 **Module** 均依赖:[**spring-boot-demo-parent**](./spring-boot-demo-parent)