From d4a7f52a5a4c8d4acb5af9d29e10856eb8a557c2 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 20 11月 2024 15:37:48 +0800
Subject: [PATCH] 程序开机自启

---
 DataCapture_MA/bin/Debug/DataCapture_MA.exe.config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DataCapture_MA/bin/Debug/DataCapture_MA.exe.config b/DataCapture_MA/bin/Debug/DataCapture_MA.exe.config
index 6101fae..e979d39 100644
--- a/DataCapture_MA/bin/Debug/DataCapture_MA.exe.config
+++ b/DataCapture_MA/bin/Debug/DataCapture_MA.exe.config
@@ -7,7 +7,7 @@
   <connectionStrings>
     <!-- SQLite 杩炴帴瀛楃涓� -->
     <!--<add name="DbModel" connectionString="Data Source=./EntitydataCapture.db" providerName="Microsoft.Data.Sqlite" />-->
-  <add name="DbModel" connectionString="Server=localhost;Database=dataCapture;User=root;Password=123456;Port=3306;" providerName="Pomelo.EntityFrameworkCore.MySql" />
+  <add name="DbModel" connectionString="Server=localhost;Database=dataCapture;User=root;Password=123abc.com;Port=3306;" providerName="Pomelo.EntityFrameworkCore.MySql" />
 
   </connectionStrings>
   <startup>

--
Gitblit v1.9.3