diff --git a/pom.xml b/pom.xml index fea2300..f7f2646 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,11 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-webmvc + 3.5.8 + org.flywaydb flyway-core @@ -146,13 +151,13 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.8.13 + 3.0.3 org.springdoc springdoc-openapi-starter-webmvc-api - 2.8.13 + 3.0.3 @@ -210,4 +215,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties new file mode 100644 index 0000000..e439ebd --- /dev/null +++ b/src/test/resources/application-test.properties @@ -0,0 +1 @@ +spring.main.allow-bean-definition-overriding=true