From 02cf4d00846e81e3ac1be7b40135281f99958151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Sun, 29 Sep 2019 19:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78219ab..6bf89fc 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,8 @@ Node版后台基础框架基于[Egg.js](https://eggjs.org/zh-cn/)(阿里出品) ![努力开发中](https://cool-admin.com/img/work3.png) - ## 快速开发6个接口 - - + ## 快速开发6个接口 (演示视频: https://www.bilibili.com/video/av69398358/) + ## 数据模型 数据模型必须放在`app/entities/*`下,否则[typeorm](https://typeorm.io "typeorm")无法识别,如: ```js