Merge pull request #13 from ktds-dg0501/feature/content

Feature/content
This commit is contained in:
Cherry Kim 2025-10-28 09:41:26 +09:00 committed by GitHub
commit d56ff7684b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,4 +32,7 @@ dependencies {
// Jackson for JSON
api 'com.fasterxml.jackson.core:jackson-databind'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
// Swagger/OpenAPI
api 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
}