This commit is contained in:
Tim
2025-05-23 15:08:53 +02:00
parent e1c05c22bc
commit 36ff3346d5
2 changed files with 10 additions and 1 deletions

View File

@@ -72,6 +72,11 @@
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-community-dialects</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>
<build>

View File

@@ -18,3 +18,7 @@ spring.flyway.url=jdbc:sqlite:./datasource/database.sqlite
spring.flyway.locations=classpath:db/sqlite
spring.flyway.baseline-on-migrate=true
spring.flyway.mixed=true
# SwaggerUI
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.path=/swagger.html