document/文档/其它/test.md
2024-06-30 04:47:39 +08:00

17 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

后台管理
需要管理数据库
需要可以添加数据库
需要可以删除数据库
学生数据库和系统库是否绑定
dotnet ef dbcontext scaffold "Server=192.168.1.229;Database=SunnySport_StudentBase;User ID=chfl;Password=chfl;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer --no-pluralize --force --output-dir Model/Db_Student/
项目中
学生数据库是分库系统数据库是TenantId隔离
需要的配置
1.学校名称
2.系统数据库租户id
3.系统数据库连接字符串
4.学生数据库连接字符串