From f80cfd95a0924f16d5f2a160ec161a95fa7e0be3 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 31 Oct 2022 11:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= 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 3b8fa8e4..242e28b8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Guns v7.3.0前端启动详情见:[https://gitee.com/stylefeng/guns-vue3-admin] 以下为后台启动的过程: +**启动前注意事项,最新v7.3.0的核心包同步到中央仓库失败,再次同步会有延迟,请先手动下载Roses项目,并本地install一下Roses核心包到本地Maven仓库** + +Roses项目的地址,下载master分支即可:[https://gitee.com/stylefeng/roses](https://gitee.com/stylefeng/roses) + 1. 在mysql数据库中创建guns数据库,推荐mysql 5.7或8版本。 2. 修改`application-local.yml`中的数据库连接配置连接到您的数据库。