摘要: https://www.infoworld.com/article/3230129/how-to-use-in-memory-caching-in-aspnet-core.html?nsdr=true 阅读全文
posted @ 2021-01-26 17:34 ccc# 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 一、环境: 1.ide: vs2019, 2.c#8.0, 3..net odre 3.1 需要添加的nuget包 Identityserver4(4.1.1) sdmap.ext(0.16.1) sdmap.ext.dapper(0.16.1) data.sqlclient(4.8.2) 准备好这 阅读全文
posted @ 2021-01-26 14:25 ccc# 阅读(156) 评论(0) 推荐(0) 编辑
摘要: public static class InMemoryConfig { public static IEnumerable<IdentityResource> GetIdentityResourceResources() { return new List<IdentityResource> { 阅读全文
posted @ 2021-01-25 17:10 ccc# 阅读(141) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-20 13:55 ccc# 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 在程序根目录打开 PowerShell 运行 bin文件中会生成sdk文件。 阅读全文
posted @ 2021-01-20 13:52 ccc# 阅读(553) 评论(0) 推荐(0) 编辑