The Wayback Machine - https://web.archive.org/web/20200714052814/https://github.com/topics/swagger2
Skip to content
#

swagger2

Here are 518 public repositories matching this topic...

基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
  • Updated Jul 1, 2020
  • Java

基于代码生成器的低代码平台,无代码开发、超越传统商业平台!前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新开发模式(OnlineCoding-> 代码生成-> 手工MERGE),帮助Java项目解决70%重复工作,让开发更关注业务逻辑,既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。
  • Updated Jul 13, 2020
  • Java

Demo for Spring Boot 2 and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger2 API documentation, logs correlation using Spring Cloud Sleuth and many more
  • Updated May 21, 2020
  • Java
djensen47
djensen47 commented Feb 10, 2020

Thanks for the great project! I just wanted to suggest adding some details to the documentation regarding usage as well as dependencies.

It's true that all of these things are available in the code via tests but it's not super intuitive where to find them. As I write this I know that I found the usage; it's fairly easy but since I didn't commit it to memory I'll have to dig through the tests ag

基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
  • Updated Jul 6, 2020
  • Java
idyll
idyll commented Dec 16, 2019

Groups Create Child should be a GET

groups_create_child is documented as a POST instead of a GET.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood
lynxlynxlynx
lynxlynxlynx commented Mar 9, 2018

The "Other" area category currently has 73 entries. 1 is from an offshore French colony in Africa, 1 on Cyprus, but the rest are from the capital of Tanzania.

This means they are not counted toward Tanzania stats.

Both Cyprus (id 89288dd7-70e5-4cd2-98ba-f3f933d3488f) and Tanzania seem to suffer from the same problem, visible on the coast. The polys are too generalised and need buffering towa

基于 Spring Boot、 Spring Data JPA、 Spring Security、Vue 的前后端分离的管理系统。项目采用模块开发方式, 主要模块:权限管理 (RBAC(Role-Based Access Control,基于角色的访问控制),支持数据字典、数据权限管理、前端菜单支持动态路由)、日志管理、代码生成器、系统监控、云存储管理、系统工具等等
  • Updated Jun 19, 2020
  • Java
trinvh
trinvh commented Apr 18, 2020

Currently this package get all routes by calling default laravel router. Please add an ability to use custom class to get routes.

Typically we will need a new config that pass the default class to fetch all routes:

Currently:

$routes = app('Dingo\Api\Routing\Router')->getRoutes();

In this case I'm using package dingo/api so it should look like this:

$routes = [];
foreach
ghsatpute
ghsatpute commented Mar 28, 2018

I have created gateway proxy using Zuul. It redirects the traffic to Service1 and Service2

public class SwaggerAggregatorController implements SwaggerResourcesProvider {
    @Override
    public List<SwaggerResource> get() {
        List<SwaggerResource> resources= new ArrayList<>();

        SwaggerResource custSwagger = new SwaggerResource();
        custSwagger.setName("cust");

Improve this page

Add a description, image, and links to the swagger2 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 swagger2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.