diff --git a/02_ProjectOrientedSessions/Session02/Session 02 Document.md b/02_ProjectOrientedSessions/Session02/Session 02 Document.md index 0289ca6..10f7c0e 100644 --- a/02_ProjectOrientedSessions/Session02/Session 02 Document.md +++ b/02_ProjectOrientedSessions/Session02/Session 02 Document.md @@ -405,7 +405,7 @@ namespace AlibabaClone.Infrastructure ```json { "ConnectionStrings": { - "DefaultConnection": "Server=YOUR_SERVER;Database=YourDb;User Id=USERNAME;Password=PASSWORD;Trusted_Connection=True;" + "DefaultConnection": "Server=YOUR_SERVER;Database=YourDb;User Id=USERNAME;Password=PASSWORD;Trusted_Connection=True;TrustServerCertificate=True" } } ``` @@ -413,7 +413,7 @@ namespace AlibabaClone.Infrastructure ```json { "ConnectionStrings": { - "DefaultConnection": "Server=YOUR_SERVER;Database=YourDb;IntegratedSecurity=TRUE;Trusted_Connection=True;" + "DefaultConnection": "Server=YOUR_SERVER;Database=YourDb;Integrated Security=TRUE;Trusted_Connection=True;TrustServerCertificate=True" } } ``` diff --git a/02_ProjectOrientedSessions/docs/AlibabaERD.vsdx b/02_ProjectOrientedSessions/docs/AlibabaERD.vsdx index c173fb9..4adbe19 100644 Binary files a/02_ProjectOrientedSessions/docs/AlibabaERD.vsdx and b/02_ProjectOrientedSessions/docs/AlibabaERD.vsdx differ