From 6b88bfa368cfcc0e2187b9ec1b051dee5727874f Mon Sep 17 00:00:00 2001 From: mazhicheng Date: Wed, 8 Jul 2020 20:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0devtools=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diboot-docs/guide/diboot-devtools/开始使用.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diboot-docs/guide/diboot-devtools/开始使用.md b/diboot-docs/guide/diboot-devtools/开始使用.md index ecaf2c4..2469d39 100644 --- a/diboot-docs/guide/diboot-devtools/开始使用.md +++ b/diboot-docs/guide/diboot-devtools/开始使用.md @@ -3,6 +3,8 @@ 推荐使用 [Spring Initializer](https://start.spring.io/),快速初始化一个 Spring Boot 工程。 如果您使用IntelliJ IDEA,可以直接通过菜单: File -> New -> Project -> Spring Initializr 创建。 +> 如果需要生成前端,需下载前端项目: [diboot-element-admin](https://github.com/dibo-software/diboot-element-admin) 或 [diboot-antd-admin](https://github.com/dibo-software/diboot-antd-admin) + ## 2. 引入依赖 * Gradle项目引入依赖 ```