Loading

随笔分类 -  SpringBoot

摘要:起因 官方 API io.kubernetes.client-java无法调用 metrics-server API 解决 ApiClient 内部会创建一个 OkHttpClient 用于发送 http 请求,该 clinet 包含授权参数等信息 K8sConfig public class K8 阅读全文
posted @ 2021-06-24 17:42 LB477 阅读(862) 评论(0) 推荐(0)
摘要:1. SpringBoot 整合 Gson Jackson is the preferred and default library. Jackson Auto-configuration for Jackson is provided and Jackson is part of spring-b 阅读全文
posted @ 2021-05-10 18:07 LB477 阅读(1284) 评论(0) 推荐(0)
摘要:引入 Swagger3 依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 配置 阅读全文
posted @ 2021-05-10 18:00 LB477 阅读(130) 评论(0) 推荐(0)