From 38388148bcbe5e878257f7622c571d4b92dfa343 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 10 Oct 2019 12:53:13 +0800 Subject: [PATCH] =?UTF-8?q?doc(readme):=20=E6=9B=B4=E6=96=B0=E5=88=86?= =?UTF-8?q?=E6=94=AF=E9=83=A8=E7=BD=B2=E7=8E=AF=E5=A2=83=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh-CN.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a141c146..e8d1de37 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ For more information, please click [wiki](https://gitee.com/LongbowEnterprise/Bo ## Installation 1. Install .net core sdk [Offical website](http://www.microsoft.com/net/download) -2. Install Visual Studio IDE 2017 lastest [Offical website](https://visualstudio.microsoft.com/vs/getting-started/) +2. Install Visual Studio 2019 lastest [Offical website](https://visualstudio.microsoft.com/vs/getting-started/) 3. Git clone `git clone https://github.com/ArgoZhang/BootstrapAdmin.git` 4. Login as Admin/123789 diff --git a/README.zh-CN.md b/README.zh-CN.md index 92fd7d81..55537929 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -26,7 +26,7 @@ ## 项目介绍 一直需要一款后台管理系统,但是网上很多开源项目都是 **Java** 开发的,本人是 **NET** 平台的对 **Java** 一窍不通,C#版本的本来就少而且还没有合适的。于是决定自己开发一套后台管理系统。由于前台采用 **Bootstrap** 布局样式,所以就叫做 **BootstrapAdmin** 。本系统可以用于所有的 Web 应用程序,目前版本已经升级到 **NET CORE** 具备跨平台能力。数据库方面同时支持多种数据库,详细列表见后面**数据库**的详细列表,切换数据源仅需更改配置文件无需重启应用程序,配置简单灵活。UI 前端使用流行的 Bootstrap 框架布局对移动设备的兼容性非常好,自适应目前市场几乎所有终端设备。本系统还具备单一后台支持多前台的特色,提供 **单点登录(SSO)** 的能力。 -使用 HTML 5 + jQuery + NET Core + Bootstrap + PetaPoco 构建的后台管理平台 +使用 NET Core + Bootstrap + PetaPoco + HTML 5 + jQuery 构建的后台管理平台 ### 特别说明 **BootstrapAdmin** 无需二次开发,要做的仅仅是与前台系统集成,前台系统模板工程为 **Bootstrap.Client** @@ -115,9 +115,13 @@ ## 开发环境搭建 1. 安装 .net core sdk [官方网址](http://www.microsoft.com/net/download) -2. 安装 Visual Studio IDE 2017以上 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/) +2. 安装 Visual Studio 2017 以上 [官方网址](https://visualstudio.microsoft.com/vs/getting-started/) 3. 获取本项目代码 [BootstrapAdmin](https://gitee.com/LongbowEnterprise/BootstrapAdmin) +*注意* +master 分支为 NETCore 3.0 框架 必须使用 Visual Studio 2019 (v16.3) +netcore-2.2 分支为 NETCore 2.2 框架支持 Visual Studio 2017 (v15.9+) + ### 安装数据库 本项目默认使用 SQLite 数据库,内置数据库脚本