Skip to content

Commit 98fe037

Browse files
committed
Merge branch 'master' of https://github.com/liaozb/APIJSON.NET
2 parents a2ceb82 + 3001135 commit 98fe037

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

APIJSON.NET/README

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
APIJSON后端部署 - .net core
2+
3+
1.下载安装sdk:
4+
windows:https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.301-windows-x64-installer
5+
linux:https://www.microsoft.com/net/download/linux
6+
macos:https://www.microsoft.com/net/download/macos
7+
运行命令验证是否安装成功:dotnet -v
8+
2.发布项目
9+
APIJSON.NET文件夹下运行cmd命名: dotnet publish -c release
10+
(生成在bin/release/netcoreapp2.1/publish目录下
11+
3.运行项目
12+
打开publish文件 运行cmd命令: dotnet APIJSON.NET.dll
13+
14+
15+
4.数据库支持mysql,sqlserver
16+
APIJSON.NET文件夹下appsettings.json 设置对应数据连接

0 commit comments

Comments
 (0)