预备signalr

This commit is contained in:
qianhao.xu
2023-12-01 15:39:07 +08:00
parent 4fc6dd5d8c
commit 3429a1e39e
15 changed files with 373 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"urls": "http://localhost:8888", //项目启动url如果改动端口前端对应devServer也需要进行修改
"urls": "http://localhost:8888", //app会默认去读项目启动url如果改动端口前端对应devServer也需要进行修改
"dbConfigs": [
{
"Conn": "Data Source=192.168.0.36;User ID=root;Password=123456;Initial Catalog=ZrAdmin;",