2. 게시판 : 더미 데이터 추가하기v1

송민경's avatar
Mar 12, 2024
2. 게시판 : 더미 데이터 추가하기v1

1. yml 설정 수정하기

  • 위치 주의하기
notion image

2. 더미 데이터 설정하기

insert into board_tb (title, content, username, created_at) values ('제목2','내용1','ssar',now()); insert into board_tb (title, content, username, created_at) values ('제목2','내용2','ssar',now()); insert into board_tb (title, content, username, created_at) values ('제목3','내용3','cos',now()); insert into board_tb (title, content, username, created_at) values ('제목4','내용4','love',now());
 

3. H2에서 확인하

notion image
Share article
RSSPowered by inblog