课程 中级 11246
课程介绍:《自学IT网Linux负载均衡视频教程》主要通过对web,lvs以及在nagin下对Linux进行脚本操作来实现Linux负载均衡。
解决问题2003(HY000):无法连接到MySQL服务器' db_mysql:3306'(111)的方法
2023-09-05 11:18:47 0 1 752
2023-09-05 14:46:42 0 1 685
2023-09-05 15:18:28 0 1 581
2023-09-05 15:06:32 0 1 540
课程介绍:一、添加依赖io.springfoxspringfox-swagger22.7.0io.springfoxspringfox-swagger-ui2.7.0二、创建Swagger2配置类packagecom.offcn.config;importorg.springframework.context.annotation.Configuration;importspringfox.documentation.builders.ApiInfoBuilder;importspringfox.docu
2023-05-10 评论 0 1054
课程介绍:一、导入Swagger坐标依赖io.springfoxspringfox-swagger2${swagger.version}io.springfoxspringfox-swagger-ui${swagger.version}其中版本最常用2.9.2二、在spring启动类添加注解@EnableSwagger2@EnableSwagger2是springfox提供的一个注解,代表swagger2相关技术开启。会扫描当前类所在包,及子包中所有类型的swagger相关注解,做swagger文档的定制
2023-05-17 评论 0 1119