You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DSWMS/项目说明.txt

13 lines
458 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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());