enum 추가, cors 설정 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user