SpringBoot/PNUHack

·SpringBoot/PNUHack
@Entity @Data public class TourSpot {     @Id     @GeneratedValue(strategy = GenerationType.AUTO)     private Long id;     private String googleId;     private String name;     private String address;     private Double xCoordinate;     private Double yCoordinate;     @ElementCollection(targetClass = Theme.class)     @CollectionTable(name = "tourspot_themes", joinColumns = @JoinColumn(name = "to..
브리오
'SpringBoot/PNUHack' 카테고리의 글 목록