Skip to content

Instantly share code, notes, and snippets.

@BenjaminKlatt
Created February 14, 2021 09:39
Show Gist options
  • Save BenjaminKlatt/fc471ca8db6c1d4d159199bd0da219b0 to your computer and use it in GitHub Desktop.
Save BenjaminKlatt/fc471ca8db6c1d4d159199bd0da219b0 to your computer and use it in GitHub Desktop.
SpringDoc Dependency definition in maven pom.xml
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.5.4</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment