2 Star 5 Fork 2

PasteCode/PasteTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
example/PasteTemplate
template.v2
template.v3
template.v5
.gitignore
LICENSE
README.md
克隆/下载
README.md 1.06 KB
一键复制 编辑 原始数据 按行查看 历史

PasteTemplate

介绍

本项目是一个案例项目,主要是为了作为项目模板而设定!
如果你是查看PasteForm框架,请点击前往 

https://gitee.com/pastecode/paste-form

准备开始

1.你需要安装对应的IDE,比如VS2022,才能打开此项目,然后配置PasteTemplate.HttpApi.Host为启动项目
2.查看PasteTemplate.EntityFrameworkCore是否有Migrations
3.如果2没有,则需要切换到程序包管理器控制台,然后选择项目PasteTemplate.EntityFrameworkCore
4.然后输入add-migration database_init -Context SqliteDbContext
5.4中的命令你可以基于自己的实际调整,执行完成后,看看有没有报错
6.然后你就可以点击最上方的开始执行了
7.启动后,默认控制台会输出一大堆东西,最后会告诉你监听在2222端口
8.然后你就可以使用浏览器打开http://localhost:22222/page/index.html
9.如果需要你登陆,则直接使用默认的账号密码登陆即可!
10.以下是一些归纳的特性的案例测试地址:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/pastecode/paste-template.git
git@gitee.com:pastecode/paste-template.git
pastecode
paste-template
PasteTemplate
master

搜索帮助