spring和swagger的一些注解linux

Posted 神跳跳

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring和swagger的一些注解linux相关的知识,希望对你有一定的参考价值。

spring中的一些注解:

@Transactional:http://www.cnblogs.com/yepei/p/4716112.html

@RequestMapping:http://www.cnblogs.com/qq78292959/p/3760560.html

@RequestBody   @ResponseBody :http://blog.csdn.net/kobejayandy/article/details/12690555

@Autowired:http://blog.csdn.net/heyutao007/article/details/5981555

 

swagger中的一些注解:

@Api   @ApiOperation @ApiImplicitParams  @ApiImplicitParam  @ApiResponses

@ApiResponse      @ApiModel     @ApiModelProperty

http://www.cnblogs.com/java-zhao/p/5348113.html

 

myBatis中的:

@Param:http://www.cnblogs.com/thomas12112406/p/6217211.html

 

**各种注解。

**BaseResponse 返回对象的封装。

**mybatis

 

以上是关于spring和swagger的一些注解linux的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot2 入门学习14.使用SpringDoc的 Swagger

spring swagger dynamicParameter 不生效

将@EnableConfigServer注解放入spring boot后未启用Swagger

Spring boot crud 和 swagger使用

spring swagger中参数为实体类的怎么注解

spring接口文档注解:@ApiOperation(转)