spring/소스코드 (10) 썸네일형 리스트형 $.ajax을 이용한 입력,삭제,수정,읽기 프로그램(페이징 프로그램,검색 프로그램) com.example.domain>AddressVO.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 package com.example.domain; public class AddressVO { private int id; private String name; private String address; private String tel; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return.. 페이지 번호로 이동하기 https://colorscripter.com/ 코드 색깔 변환 Color Scripter Simple & Flexible Syntax HighLighter colorscripter.com 실습영상 -BBSVO.java(Class) package com.example.domain; import java.util.Date; public class BBSVO { private int id; private String title; private String content; private Date wdate; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getTitle() { return ti.. 이전 1 2 다음