摘要:
安装 & 升级 yum install gcc -y gcc -v # 4.8.5 yum install centos-release-scl -y # 下载 gcc8(可安装多个版本的 devtoolset) yum install devtoolset-8-gcc* -y # 切换到 gcc8 阅读全文
摘要:
1. SpringBoot 整合 Gson Jackson is the preferred and default library. Jackson Auto-configuration for Jackson is provided and Jackson is part of spring-b 阅读全文
摘要:
引入 Swagger3 依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 配置 阅读全文