We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d43b2 commit 9b5b215Copy full SHA for 9b5b215
pom.xml
@@ -36,7 +36,11 @@
36
<scope>runtime</scope>
37
<optional>true</optional>
38
</dependency>
39
-
+ <dependency>
40
+ <groupId>org.springdoc</groupId>
41
+ <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
42
+ <version>2.2.0</version>
43
+ </dependency>
44
<dependency>
45
<groupId>org.projectlombok</groupId>
46
<artifactId>lombok</artifactId>
src/main/resources/application.properties
@@ -3,3 +3,7 @@ server.servlet.contextPath=/api
3
4
5
6
+springfox.documentation.swagger-ui.enabled=true
7
+springdoc.api-docs.path=/api-docs
8
+springdoc.swagger-ui.path=/swagger-ui-custom.html
9
+springdoc.swagger-ui.operationsSorter=method
0 commit comments