yx lin

Results 14 comments of yx lin

之前没有看到这个PR,已经提交的更改与它存在冲突,如果您有空的话尝试解决这些冲突吧

Your docker-compose context is defined in the **./build/aspnet-core/services/Publish/** subdirectory, and the build script **build-aspnetcore-release.ps1** output is in the **/aspnet-core/services/Publish/** subdirectory

As you can see from the error stack, the application did not find the **redis configuration** in **appsettings.json or appsettings.{env}.json** when it started, please check

> **build-aspnetcore-release.ps1** uses a relative path to build, so the output directory is not under the **build** directory

Maybe you need to add the **-f docker-compose.configuration, yml**?

I would consider incorporating middleware into docker-compose as well

最近做低代码设计找到了这个项目,@Alfred-Skyblue 你介意我用vue3与antdv3版本迁移到我的存储库中吗,我会在README中注明来源,

I think it's possible to store the identity of a tenant in Message.Headers and use static fields to allow users to change the identity name of a tenant

可以考虑实现,不需要扩展仓储接口,权限模块默认实现了IRepository接口