摘要:
一,创建一个ASP .Net Core Web API (省略) 二,创建DockerFile 选择Linux。 三,编辑Dockerfile文件 1 #运行环境描述,此处是用的Net5构建镜像 2 FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base 3 阅读全文
摘要:
先创建帮助类 using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.ComponentModel; using System.Li 阅读全文