ObjectMapper 빈 셋팅 추가

This commit is contained in:
2025-11-12 13:58:40 +09:00
parent f8d4c823c7
commit 71daf78a50
4 changed files with 102 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ dependencies {
//geometry
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.locationtech.jts.io:jts-io-common:1.20.0'
implementation 'org.locationtech.jts:jts-core:1.19.0'
// QueryDSL JPA
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'