摘要:
在项目中添加swagger后,运行程序出现如下错误 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2021-11-21 阅读全文
摘要:
添加Autofac和Autofac.Extensions.DependencyInjection包 使用autofac替换内部IOC .UseServiceProviderFactory(new AutofacServiceProviderFactory()); public interface I 阅读全文
摘要:
一、查找ES客户端库 打开ES官网,选择学习-》文档,一般选择NEST客户端工具 新建一个项目,并添加NEST包 public class Person { public int Id { get; set; } [Keyword] public string FirstName { get; se 阅读全文