WIP: Enable OpenAPI spec generation and integrate with frontend #21

Draft
Mark.TwoFive wants to merge 8 commits from feat/openApiIntegration into main
Showing only changes of commit b7a63892a4 - Show all commits

View file

@ -42,6 +42,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui")
implementation("org.flywaydb:flyway-core") implementation("org.flywaydb:flyway-core")