Skip to content
#

swagger

Here are 769 public repositories matching this topic...

该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。

  • Updated May 30, 2020
  • Java
edhn3000
edhn3000 commented Dec 23, 2019

使用版本1.9.1.RELEASE
api介绍中说swagger.ui-config.submit-methods可以按HTTP请求类型来控制调试按钮,目前这个功能未生效,设置swagger.ui-config.submit-methods=不能关闭所有调试按钮,swagger.ui-config.submit-methods=get 也不能只允许get方法。
看了下代码,可能是因为com.spring4all.swagger.SwaggerAutoConfiguration.uiConfiguration初始化时未对支持的方法进行初始化:

    @Bean
    public UiConfiguration uiConfiguration(SwaggerProperties swaggerProperties) {
        return U

🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、dubbo和Async等等📌

  • Updated Jul 5, 2020
  • Java

随着技术日新月异,新技术新平台不断出现,对现如今的开发人员来说选择快速高效的框架进行项目开发,既能提高产出,又能节约时间。本框架无需开发即可实现服务注册、服务发现、负载均衡、服务网关、配置中心、API管理、分布式事务、支撑平台、集成框架、数据传输加密等功能,是学习SpringCloud整体业务模式的完整示例,并且可以直接用于生产环境

  • Updated Nov 19, 2019
  • Java
dsnkostic
dsnkostic commented Jun 19, 2019

In our project we have need to pass Request object to our controller. This is the routes file
POST /check controllers.CheckConotroller.checkStatus(request: Request)
Swagger is generating this output for the parameters object:
`
"parameters": [
{
"name": "request",
"in": "query",

Improve this page

Add a description, image, and links to the swagger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swagger topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.