Работающий чистый проект со Swagger

This commit is contained in:
Никита Потапов 2024-03-16 23:02:39 +04:00
parent ea67eb4bf5
commit ba59848cdc

View File

@ -17,6 +17,9 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
// implementation 'org.modelmapper:modelmapper:3.2.0'
// implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}