Improved SDK Setup - defaults (#3027)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2026-04-17 16:48:43 +03:00
committed by GitHub
parent b4a171b4db
commit e9aa13e68f
10 changed files with 164 additions and 143 deletions

View File

@@ -42,7 +42,7 @@
<groupId>org.springdoc</groupId> <!-- register openapi doc -->
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
</dependency>
<dependency> <!-- if we depend on springdoc, it by default requires hateoas too -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>