enum 추가, cors 설정 추가

This commit is contained in:
2025-11-28 11:19:20 +09:00
parent d230b74aa0
commit 7ee3afb8f0
5 changed files with 11 additions and 15 deletions

View File

@@ -14,7 +14,6 @@ import org.locationtech.jts.geom.Geometry;
@Table(name = "tb_map_sheet_anal_data_geom")
public class MapSheetAnalDataGeomEntity {
@Id
@GeneratedValue(
strategy = GenerationType.SEQUENCE,
@@ -116,6 +115,4 @@ public class MapSheetAnalDataGeomEntity {
@Column(name = "geom_center", columnDefinition = "geometry")
private Geometry geomCenter;
}