rewo
This commit is contained in:
parent
f4d04f9a04
commit
fc372073f3
11 changed files with 176 additions and 24 deletions
5
pom.xml
5
pom.xml
|
|
@ -45,6 +45,11 @@
|
|||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
<version>2.2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Reference in a new issue