摘要:
方式一: 在 直接在 main 方法中,根据 SpringApplication.run() 方法获取返回的 Spring 容器对象context上下文,再获取业务 bean 进行调用。 @SpringBootApplication public class Application { public 阅读全文
摘要:
fix go1.15bug openssl 生成证书上 grpc 报 legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0 最近用传统的方式 阅读全文
摘要:
I also encountered the same problem! Does anyone know how to solve it? google/protobuf/descriptor.proto: File not found. google/api/annotations.proto: 阅读全文