init
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using UAParser;
|
||||
using ZR.Infrastructure.IPTools;
|
||||
using DOAN.Infrastructure.IPTools;
|
||||
|
||||
namespace Infrastructure.Extensions
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System;
|
||||
|
||||
namespace ZR.Infrastructure.WebExtensions
|
||||
namespace DOAN.Infrastructure.WebExtensions
|
||||
{
|
||||
public static class IPRateExtension
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Microsoft.IdentityModel.Tokens;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Infrastructure.WebExtensions
|
||||
namespace DOAN.Infrastructure.WebExtensions
|
||||
{
|
||||
public static class JwtExtension
|
||||
{
|
||||
|
||||
@@ -15,10 +15,8 @@ namespace Infrastructure
|
||||
var url = AppSettings.GetConfig("urls");
|
||||
Console.WriteLine(content);
|
||||
Console.ForegroundColor = ConsoleColor.Blue;
|
||||
//Console.WriteLine("🎉源码地址: https://gitee.com/izory/ZrAdminNetCore");
|
||||
Console.WriteLine("📖官方文档:http://www.izhaorui.cn");
|
||||
Console.WriteLine("💰打赏作者:http://www.izhaorui.cn/vip");
|
||||
Console.WriteLine("📱移动端体验:http://demo.izhaorui.cn/h5");
|
||||
|
||||
Console.WriteLine("苏州道安自动化网址:http://www.izhaorui.cn");
|
||||
Console.WriteLine($"Swagger地址:{url}/swagger/index.html");
|
||||
Console.WriteLine($"初始化种子数据地址:{url}/common/InitSeedData");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Server.Kestrel.Core;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace ZR.Infrastructure.WebExtensions
|
||||
namespace DOAN.Infrastructure.WebExtensions
|
||||
{
|
||||
public static class RequestLimitExtension
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user