Loading

摘要: 安装 & 升级 yum install gcc -y gcc -v # 4.8.5 yum install centos-release-scl -y # 下载 gcc8(可安装多个版本的 devtoolset) yum install devtoolset-8-gcc* -y # 切换到 gcc8 阅读全文
posted @ 2021-05-10 20:25 LB477 阅读(621) 评论(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 阅读(990) 评论(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 阅读(115) 评论(0) 推荐(0) 编辑