# springfox **Repository Path**: xiaokong658/springfox ## Basic Information - **Project Name**: springfox - **Description**: 对springfox做了一个修改,修复model无限循环引用的bug,增加循环层级限制:modelExpandDepths=2,默认两级,参考分支v2.9.2-plus - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: v2.9.2-plus - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springfox [![Join the chat at https://gitter.im/springfox/springfox](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/springfox/springfox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [ ![Download](https://api.bintray.com/packages/springfox/maven-repo/springfox/images/download.svg) ](https://bintray.com/springfox/maven-repo/springfox/_latestVersion) [![Project Stats](https://www.openhub.net/p/springfox/widgets/project_thin_badge.gif)](https://www.openhub.net/p/springfox) [![Stories in Ready](https://badge.waffle.io/springfox/springfox.png?label=in%20progress&title=In%20Progress)](https://waffle.io/springfox/springfox) | Build Status | Coverage | |---|---| |[![Circle CI](https://circleci.com/gh/springfox/springfox/tree/master.svg?style=svg)](https://circleci.com/gh/springfox/springfox/tree/master)|[![codecov](https://codecov.io/gh/springfox/springfox/branch/master/graph/badge.svg)](https://codecov.io/gh/springfox/springfox) | ### About For more information on this project visit the [Springfox Website](http://springfox.io) or [http://springfox.github.io/springfox/](http://springfox.github.io/springfox/) ### Useful links - [Reference Documentation](http://springfox.io) - [Examples repository](https://github.com/springfox/springfox-demos) - [Contribution Guidelines](https://github.com/springfox/springfox/wiki/Contribution-guidelines) - [Core contributors](http://springfox.github.io/springfox/contributors.html) - [Development and contribution guidelines](https://github.com/martypitt/swagger-springmvc/wiki/Development) - [Change log](docs/release-notes.md) - [Development Environment](http://springfox.github.io/springfox/docs/current/#development-environment) - [Release Instructions](http://springfox.github.io/springfox/docs/current/#releasing) ## Transitioning to 2.x Here is [some preliminary documentation](docs/transitioning-to-v2.md) to help transition to 2.x License ------- Copyright 2015 Marty Pitt - [@martypitt](https://github.com/martypitt), Dilip Krishnan - [@dilipkrish](https://github.com/dilipkrish), Adrian Kelly - [@adrianbk](https://github.com/adrianbk), Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.