springfox-javadoc
springfox-javadoc copied to clipboard
Ability to use Javadoc for documentation for generating OpenAPI specifications
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.9.RELEASE to 5.3.9. Release notes Sourced from spring-webmvc's releases. v5.3.9 :star: New Features Configure CommonsMultipartResolver to support specific HTTP methods #27161 Allow BeanDefinitionBuilder to set an instance...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.0.2 to 3.2.0. Commits 367a682 [maven-release-plugin] prepare release maven-dependency-plugin-3.2.0 0c7a2a8 (doc) Dependabot disable Java 8 deps b0942a6 [MDEP-739] Dependency Plugin go-offline doesn't respect artifact classifier 205c1a7 Disable...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.0.0 to 3.1.2. Commits 27b9ef3 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.1.2 a5aeeaf Use maven-checkstyle-plugin 3.1.1 6b69179 Upgrade plugins b5bb87f Bump build-helper-maven-plugin from 3.0.0 to 3.2.0 8295569 Bump junit from...
I see that last master update was 2 years ago, nine PRs are waiting for merge, 6 of which are from GitHub. This feature is really cool thing that can...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
So... like the README said, I added the `plugin` snippet to the `pom.xml`. I added it in >> HERE
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.8.1. Commits 1b206fe [maven-release-plugin] prepare release maven-compiler-plugin-3.8.1 d94a573 Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1" 0747073 [maven-release-plugin] prepare release maven-compiler-plugin-3.8.1 4f37195 Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1" 114487b...
Bumps [springfox-swagger2](https://github.com/springfox/springfox) from 2.8.0 to 3.0.0. Release notes Sourced from springfox-swagger2's releases. 3.0.0 Release Notes Picture Credit National Geographic First and foremost a big thank you to the community for...
I came across bug (#7) and decided to make these methods return Lists instead of Strings. I tested it locally and it works correctly for me.