Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/xuzeyu91/AntSK
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzeyu91 committed Mar 8, 2024
2 parents b05a4f5 + 07aa8f4 commit bee2c56
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,20 @@ Login
BackgroundTaskBroker.ImportKMSTask.WorkerCount
```

我使用的是CodeFirst模式,只要配置好数据库链接,表结构是自动创建的
## 找不到样式问题解决:
AntSK/src/AntSK下执行:
```
dotnet clean
dotnet build
dotnet publish "AntSK.csproj"
```
再去AntSK/src/AntSK/bin/Release/net8.0/publish下
```
dotnet AntSK.dll
```
然后启动就有样式了

DB我使用的是CodeFirst模式,只要配置好数据库链接,表结构是自动创建的



Expand Down

0 comments on commit bee2c56

Please sign in to comment.