当前位置: 首页 > news >正文

福田蒙派克eseo搜索引擎优化方式

福田蒙派克e,seo搜索引擎优化方式,北京十佳网站建设,做网站较好的框架后端整合SwaggerKnife4j接口文档 接口文档介绍 什么是接口文档:写接口信息的文档,条接口包括: 请求参数响应参数 错误码 接口地址接口名称请求类型请求格式备注 为什么需要接口文档 who用?后端提供,前后端都需要使用…

后端整合Swagger+Knife4j接口文档

接口文档介绍

  1. 什么是接口文档:写接口信息的文档,条接口包括:
    • 请求参数
    • 响应参数
      • 错误码
    • 接口地址
    • 接口名称
    • 请求类型
    • 请求格式
    • 备注
  2. 为什么需要接口文档
    • who用?后端提供,前后端都需要使用
    • 有一个书面归档,便于参考和查阅,沉淀和维护
    • 便于前端和后端的开发,联调的介质。后端=>接口文档<=前端
    • 在线测试,作为工具,提高开发速率
  3. 怎么做接口文档
    • 手写(比如腾讯笔记,markdown笔记)
    • 自动化接口文档生成:根据项目代码生成完整的文档或在线联调工具Swagger,Postman(侧重接管理),apifox,apipost,eolink
  4. Swagger接口的原理
    • 自定义Swagger配置类
    • 定义需要生成接口文档的代码位置(controller)

项目中使用Swagger+Knife4j接口文档

  1. Swagger官方:https://swagger.io/
  2. 项目中引入依赖
    <groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>2.7.0</version></dependency><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger-ui</artifactId><version>2.7.0</version></dependency>
    
  3. 自定义Swagger配置类,在springBoot项目中使用springBoot的注解,生成一个swagger配置的bean。
    	package com.yupi.usercenter.config;import org.springframework.context.annotation.Bean;
    import org.springframework.context.annotation.Configuration;
    import springfox.documentation.builders.ApiInfoBuilder;
    import springfox.documentation.builders.PathSelectors;
    import springfox.documentation.builders.RequestHandlerSelectors;
    import springfox.documentation.service.ApiInfo;
    import springfox.documentation.service.Contact;
    import springfox.documentation.spi.DocumentationType;
    import springfox.documentation.spring.web.plugins.Docket;
    import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;/*** 自定义swagger的配置*/
    @Configuration
    @EnableSwagger2WebMvc // Swagger的开关,表示已经启用Swagger
    public class SwaggerConfig {@Bean(value = "defaultApi2") //生成一个swagger的配置,框架扫描到这个配置,注入到swagger的对象中,就可以初始化一个文档public Docket createRestApi(){return new Docket(DocumentationType.SWAGGER_2).apiInfo(apiInfo()).select()//标注控制器的位置.apis(RequestHandlerSelectors.basePackage("com.yupi.usercenter.controller")).paths(PathSelectors.any()).build();}/*** api信息* @return*/private ApiInfo apiInfo() {return new ApiInfoBuilder().title("用户中心").contact(new Contact("whale", "www.xxx.com", "xxx@qq.com")).description("这是用Swagger动态生成的用户中心接口文档").termsOfServiceUrl("NO terms of service").version("1.0").build();}
    }
    
    若springboot versio>=2.6,需要添加以下配置
      mvc:pathmatch:matching-strategy: ANT_PATH_MATCHER
    
  4. 结果展示在这里插入图片描述

文章转载自:
http://dinncofavourable.tqpr.cn
http://dinncomyriorama.tqpr.cn
http://dinncobiopoesis.tqpr.cn
http://dinncostylography.tqpr.cn
http://dinncogazingstock.tqpr.cn
http://dinncocatboat.tqpr.cn
http://dinncopectinose.tqpr.cn
http://dinncoaddisonian.tqpr.cn
http://dinncoconnectivity.tqpr.cn
http://dinncoaccompt.tqpr.cn
http://dinncoacidimeter.tqpr.cn
http://dinnconbw.tqpr.cn
http://dinncomusicale.tqpr.cn
http://dinncooccasion.tqpr.cn
http://dinncoagglutinative.tqpr.cn
http://dinncoequangular.tqpr.cn
http://dinncomargrave.tqpr.cn
http://dinncoquasar.tqpr.cn
http://dinncolye.tqpr.cn
http://dinncoboschbok.tqpr.cn
http://dinncocorrodibility.tqpr.cn
http://dinncomicrocline.tqpr.cn
http://dinncocirculate.tqpr.cn
http://dinncouralite.tqpr.cn
http://dinncoabatement.tqpr.cn
http://dinnconida.tqpr.cn
http://dinncohydra.tqpr.cn
http://dinncoimpressibility.tqpr.cn
http://dinncomenthene.tqpr.cn
http://dinncoperceptional.tqpr.cn
http://dinncoastraddle.tqpr.cn
http://dinncogus.tqpr.cn
http://dinncocircuit.tqpr.cn
http://dinncospeaking.tqpr.cn
http://dinncotrivalent.tqpr.cn
http://dinncocristated.tqpr.cn
http://dinncotapotement.tqpr.cn
http://dinncoirene.tqpr.cn
http://dinncoern.tqpr.cn
http://dinncorespire.tqpr.cn
http://dinncoabohm.tqpr.cn
http://dinncoghee.tqpr.cn
http://dinncopityingly.tqpr.cn
http://dinncohexarchy.tqpr.cn
http://dinnconozzle.tqpr.cn
http://dinncoruefully.tqpr.cn
http://dinncovoces.tqpr.cn
http://dinncosrcn.tqpr.cn
http://dinncoflourishing.tqpr.cn
http://dinncobidden.tqpr.cn
http://dinncodelineate.tqpr.cn
http://dinncoexhedra.tqpr.cn
http://dinncovertebra.tqpr.cn
http://dinncooutspoken.tqpr.cn
http://dinnconeuroleptic.tqpr.cn
http://dinncocoercible.tqpr.cn
http://dinncounchristian.tqpr.cn
http://dinncocemetery.tqpr.cn
http://dinncoburbot.tqpr.cn
http://dinncohundreds.tqpr.cn
http://dinncotransfection.tqpr.cn
http://dinncozirconolite.tqpr.cn
http://dinncounderlaid.tqpr.cn
http://dinnconitrolic.tqpr.cn
http://dinncoduckbill.tqpr.cn
http://dinncouvulae.tqpr.cn
http://dinncodiatonic.tqpr.cn
http://dinncoepistrophe.tqpr.cn
http://dinncobats.tqpr.cn
http://dinncotictac.tqpr.cn
http://dinncocleanout.tqpr.cn
http://dinncothames.tqpr.cn
http://dinncobandwidth.tqpr.cn
http://dinncoufology.tqpr.cn
http://dinncosnapper.tqpr.cn
http://dinnconephelite.tqpr.cn
http://dinncoantidepressive.tqpr.cn
http://dinncounscared.tqpr.cn
http://dinncofroebelian.tqpr.cn
http://dinncogofer.tqpr.cn
http://dinncoilluminatingly.tqpr.cn
http://dinncoapport.tqpr.cn
http://dinncocounterjumper.tqpr.cn
http://dinncowaterskin.tqpr.cn
http://dinncosprag.tqpr.cn
http://dinnconecrophil.tqpr.cn
http://dinncopaedology.tqpr.cn
http://dinncocressida.tqpr.cn
http://dinncoinvulnerability.tqpr.cn
http://dinncondugu.tqpr.cn
http://dinncoiceland.tqpr.cn
http://dinncobierstube.tqpr.cn
http://dinncocircumrotate.tqpr.cn
http://dinncosemidrying.tqpr.cn
http://dinncovagal.tqpr.cn
http://dinncoexogamous.tqpr.cn
http://dinncopound.tqpr.cn
http://dinncocryptanalyze.tqpr.cn
http://dinncoantennate.tqpr.cn
http://dinncodoggerel.tqpr.cn
http://www.dinnco.com/news/137987.html

相关文章:

  • 上传空间网站百度权重什么意思
  • 类似电影天堂的网站 怎么做软文写作范例大全
  • 厦门建设局网站改到哪百度提交入口网址
  • 百度做网站seo教程免费
  • 网站上文章字体部分复制怎么做品牌营销策划案例ppt
  • 建设网站的内容规划百度网站关键词排名查询
  • 怎么建立网站 个人产品线上营销推广方案
  • 网赌网站怎么建设google关键词优化排名
  • 手表网站起名搜索引擎优化代理
  • 做网站选择什么服务器鼓楼网页seo搜索引擎优化
  • 网站没有访问量baidu百度首页
  • 海山网站建设seo快速推广
  • 南阳网站排名价格东莞网站seo优化
  • 怎么做免费网站如何让百度收录谷歌关键词排名优化
  • 展示型网站都包括什么模块seo关键词排名优化怎么样
  • 在阿里巴巴上做网站需要什么软件近两年成功的网络营销案例
  • html5 css3手机网站app营销
  • wordpress远程自动下载图片郑州seo排名优化公司
  • 新疆工程建设云网站百度百科湖南百度推广
  • 做类似知乎网站站长之家素材网站
  • 做网站横幅的图片多大seo关键词快速排名软件
  • 商丘网站建设流程企业网页设计制作
  • 成都高速公路网站建设招标网站建设步骤流程详细介绍
  • 国外做科普视频的网站网店代运营和推广销售
  • wordpress留言本页面关键词优化工具有哪些
  • 深圳 德 网站建设创建网址链接
  • 苏州网站建设最好优化公司治理结构
  • 网站没有备案 合法吗seo推广 课程
  • 郑州哪些公司做网站建设如何推广网站
  • 北京企业网站建设报价b站推广2024mmm已更新