feat:基于furion搭建
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Furion;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Yi.Furion.Rbac.EntityFramework.Core;
|
||||
|
||||
public class Startup : AppStartup
|
||||
{
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
//services.AddDatabaseAccessor(options =>
|
||||
//{
|
||||
// options.AddDbPool<DefaultDbContext>();
|
||||
//}, "Yi.Furion.Rbac.Database.Migrations");
|
||||
System.Console.WriteLine();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user