1. yml 설정 수정하기
- 위치 주의하기
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에서 확인하
Share article