Activities of "liangshiwei"

Answer

Hi,

The web project should reference to the Service.Contracts project. so, don't need to generate Dtos

Hi,

okay, I thought you were using an old microservice template.

The new microservice template is simpler; it abandoned Application, Application.Contracts, Domain, Domain.Shared.

You can add entities, DTO, app service interface and permission definitions in Contracts project.

add app services, EF Repositories in XXXService project

Hi,

The error message comes from server

Hi,

yes, this is a problem,

New CLI and old CLI can be used at the same time.

try abp bundle --old

we will fix the problem, thanks. your ticket was refunded.

Answer

Yes,

here is the way https://abp.io/support/questions/5167/Hangfire-Authorization-Problem#answer-3a0b888e-b47a-d13d-c030-80ce3f046997

Answer

And I want to split it for a sevrel layers

if you want , you can add them manually.

But the current layering is simpler

HI,

here is the DateTimeModelBinder to convert string to datetime.

https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.Core/src/ModelBinding/Binders/DateTimeModelBinder.cs#L35

You can see the supported time format in swagger

can you share the server log?

Could not find IdentityClientConfiguration for AbpMvcClient. Either define a configuration for AbpMvcClient or set a default configuration or set a default configuration

这不是问题,你可以忽略。

证书问题你可以看看这里的解决方案,目的是让系统信任证书 https://www.cnblogs.com/zinan/p/15853225.html

Hi,

you can run the Maui in release mode and debug it.

Showing 201 to 210 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30