- .NET 10 + ABP 模块化 + FastEndpoints + MediatR CQRS - 审计系统: AuditInterceptor (IAuditable/ISoftDelete/IHasOperatorIP) - 全局异常处理: BusinessException/NotFoundException/UnauthorizedException - 数据库: PostgreSQL 17 + pgvector + EF Core - CI: Jenkinsfile
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/RAG.Api/RAG.Api.csproj" />
|
|
<Project Path="src/RAG.Application/RAG.Application.csproj" />
|
|
<Project Path="src/RAG.Domain/RAG.Domain.csproj" />
|
|
<Project Path="src/RAG.Infrastructure/RAG.Infrastructure.csproj" />
|
|
</Folder>
|
|
</Solution>
|