From 696e383a8571397d296844dc7eeb35f6c65f7537 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 4 Oct 2018 20:14:25 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 28a5c00..c985dc9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu - **IntelliJ IDEA ULTIMATE 2018.2 +** - **mysql 5.7 +** (*尽量5.7版本以上,因为5.7版本加了一些新特性,不向下兼容。本demo里会尽量避免这种不兼容的地方,但还是建议尽量保证5.7版本以上*) +### 运行方式 + +1. `git clone https://github.com/xkcoding/spring-boot-demo.git` +2. 使用 IDEA 打开 clone 下来的项目 +3. 在 IDEA 中打开项目 +4. 在 IDEA 中 Maven Projects 的面板导入各个 module 的 `pom.xml` +5. Maven Projects 找不到的童鞋,可以勾上 View -> Tool Buttons ,然后Maven Projects的面板就会出现在IDEA的右侧 +6. 找到各个 module 的 Application 类就可以运行各个 module 了 + ### 开发计划 [**进度计划**](https://github.com/xkcoding/spring-boot-demo/projects/1?fullscreen=true) 或直接查看 [TODO](./TODO.md)