This is an abp module that enhance by Further Software.
-
VirtualFileSystem
You can read json file as dataseed data.(if datas count has more than 1000+,json more easier to maintain) -
CrudAppService
We add two fields in getAsync(Read) :fields
:inputEntity's name,Value
:yoursearchText,it will list all of search result with pageing. -
Emailing
We provide a angular ui(npm install @fs-tw/emailing
),you can set smtp setting through angular .
-
Account
In current version of abp(4.0.2), abp team remove angular's 'password' flow ,we add this back in our version(npm install @fs-tw/account
). -
JsonSubTypes
Usually we define a Discriminator Entity in Orm , the library integratesJsonSubTypes
(https://github.com/manuc66/JsonSubTypes)
to allow Http Api receive aPolymorphism Dto
.
- Install the following NuGet packages.
- FS.Abp.Application
- FS.Abp.Application.Contracts
- FS.Abp.Domain
- FS.Abp.Domain.Shared
- FS.Abp.EntityFrameworkCore
- FS.Abp.HttpApi
- Add
DependsOn(typeof(FS.Abp.AbpXxxModule))
attribute to configure the module dependencies. - Add
builder.ConfigureAbp();
to theOnModelCreating()
method in MyProjectMigrationsDbContext.cs.
TODO
TODO