Template project for ABP framework.
An abp application template for creating new solution.
-
Download source codes and extract your new project folder
-
Follow usage notes
-
Add
DependsOn(typeof(TemplateProjectXxxModule))
attribute to configure the module dependencies. (see how) -
Add
builder.ConfigureTemplateProject();
to theOnModelCreating()
method in MyProjectMigrationsDbContext.cs. -
Add EF Core migrations and update your database. See: ABP document.
Open File -> Multirename
After than;
- edit "your project name".sln replace project names
- Open visual studio and call Edit -> Find And Replace -> Replace In Files (like in screen shot)
- Build !
- OpenIddict
- Demo and package modules splitted
- Blazor modules
- Build Action
- Publish Action
- Publish Docs Action
- EntityFramework modules
- Test modules
- Web Modules
- Integrated Auth/Identity system
- MAUI
- Angular