This commit is contained in:
j-weissen 2023-12-19 11:23:30 +01:00
parent f4d04f9a04
commit fc372073f3
11 changed files with 176 additions and 24 deletions

View file

@ -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>