mirror of
https://github.com/anjoy8/Blog.Core.git
synced 2025-02-08 02:39:26 +08:00
Updated Installation Guide (markdown)
parent
116db640d3
commit
8662b012c3
|
@ -1,24 +1,26 @@
|
|||
对应的文章介绍:
|
||||
<li><a id="post_title_link_10718755" href="https://www.cnblogs.com/laozhang-is-phi/p/10718755.html">42 ║ 支持多种数据库 & 快速数据库生成</a></li>
|
||||
|
||||
|
||||
|
||||
### 安装环境
|
||||
# 1、安装环境
|
||||
|
||||
#### 1、必须安装 .NetCore SDK 2.2.x 版本
|
||||
#### 2、开发工具可以使用 VS2017+ 或者 VSCode
|
||||
|
||||
|
||||
*********************************************************
|
||||
# 2、数据库生成
|
||||
|
||||
#### 对应的文章介绍:
|
||||
<li><a id="post_title_link_10718755" href="https://www.cnblogs.com/laozhang-is-phi/p/10718755.html">42 ║ 支持多种数据库 & 快速数据库生成</a></li>
|
||||
|
||||
|
||||
|
||||
### 初始项目
|
||||
|
||||
|
||||
#### 初始项目
|
||||
|
||||
![操作流程](https://github.com/anjoy8/Blog.Core/blob/master/Blog.Core/wwwroot/operateFlow.gif)
|
||||
|
||||
|
||||
*********************************************************
|
||||
### 修改数据库连接字符串
|
||||
#### 修改数据库连接字符串
|
||||
|
||||
注意:目前支持 Sqlite、Sqlserver、Mysql、Oracle,如果想要开启指定的数据库,直接 Enabled 为 true 即可,且优先级上边的最高,比如你同时开启了两个,只有上边的起作用。
|
||||
|
||||
|
@ -45,4 +47,8 @@
|
|||
"Date": "2018-08-28",
|
||||
"SeedDBEnabled": false,
|
||||
"Author": "Blog.Core"
|
||||
```
|
||||
```
|
||||
|
||||
# 3、生成自己的项目模板
|
||||
|
||||
具体请参考这个 wiki:
|
Loading…
Reference in New Issue
Block a user