1 Star 0 Fork 1.7K

Lee/Vue.NetCore

forked from 靈ヾ魂/Vue.NetCore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
项目说明.txt 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
jxx 提交于 2019-11-11 11:35 . test
Vol.Vue:为前端项目
Vol.Net:为后台项目(VOL.Web现在已不可用,后面会重新开发,目前使用的VOL.WebApi作为后端接口)
DB提供了mysql与sqlserver数据库脚本,脚本里包括表结构与Insert数据
执行脚本时,先提前创建一个数据库,数据库名:netcoredev
如果使用的是sqlserver2012以下的版本AutofacContainerModuleExtension.cs类中:
optionsBuilder.UseSqlServer(connectionString);
替换为
optionsBuilder.UseSqlServer(connectionString,sqlOption=>sqlOption.UseRowNumberForPaging());
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/pitarlbq/Vue.NetCore.git
git@gitee.com:pitarlbq/Vue.NetCore.git
pitarlbq
Vue.NetCore
Vue.NetCore
master

搜索帮助