配置更新

This commit is contained in:
attiya 2026-01-14 15:04:54 +08:00
parent 1707349276
commit 84125b9ce3

View File

@ -14,6 +14,7 @@ import java.util.Locale;
/**
* JTS Point 反序列化器 - JSON 反序列化为 Point
* 支持 typelongitudelatitude 三个字段的格式
* @author attiya
*/
@Slf4j
public class PointDeserializer extends JsonDeserializer<Point> {