s

springdataresttoopenapischema

Library and command line for scanning a source path and sub directories and adding or setting the Swagger OpenAPI "Operation" annotation from Spring Data REST namign conventions and the Javadoc.
https://github.com/kaoh/springdataresttoopenapischema
GNU Lesser General Public License
Karsten Ohme
Files download
File Operation
springdataresttoopenapischema-0.0.1.jar download
springdataresttoopenapischema-0.0.1.pom download
springdataresttoopenapischema-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ohmesoftware</groupId>
  <artifactId>springdataresttoopenapischema</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.ohmesoftware:springdataresttoopenapischema:0.0.1'
Gradle Kotlin
implementation("de.ohmesoftware:springdataresttoopenapischema:0.0.1")
Scala SBT
libraryDependencies += "de.ohmesoftware" % "springdataresttoopenapischema" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.ohmesoftware', module='springdataresttoopenapischema', version='0.0.1')
)
Apache Ivy
<dependency org="de.ohmesoftware" name="springdataresttoopenapischema" rev="0.0.1" />
Leiningen
[de.ohmesoftware/springdataresttoopenapischema "0.0.1"]
Apache Buildr
'de.ohmesoftware:springdataresttoopenapischema:jar:0.0.1'