insert into t_board 처리 후 ( list.html 비교 )
페이지 정보
본문
insert into t_board (
title,
contents,
creator_id,
created_datetime
)
values
(
'제목 title',
'내용 contents',
'1111',
now()
);
- 이전글list.html 24.06.06
- 다음글● DTO 만들기 ( BoardDto.java ) 24.06.06
댓글목록
등록된 댓글이 없습니다.