Abp模块
abp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
wwwk 7bcf05070c readme add author and add idgernerator 3 years ago
..
Sanhe/Abp/Hangfire/Storage/PostgreSql add hangfire 3 years ago
FodyWeavers.xml add hangfire 3 years ago
README.md readme add author and add idgernerator 3 years ago
Sanhe.Abp.Hangfire.Storage.PostgreSql.csproj add hangfire 3 years ago

README.md

Sanhe.Abp.Hangfire.Dashboard

Hangfire持久化PostgreSql

配置使用

还需要配置中间件,需要在授权中间件后面。

[DependsOn(typeof(AbpHangfireStoragePostgreSqlModule))]
public class YouProjectModule : AbpModule
{

}

注意事项

[作者wwwk]