수정된 application.yml
dialect: org.hibernate.dialect.MySQLDialect
user테이블 생성 완료
@ManyToOne으로 1명의 user가 여러 post를 작성 할 수 있게 구현
1명의 user가 여러 post에 여러 comment 작성 가능
comment, like, post 테이블 생성 완료
'개발 > spring boot' 카테고리의 다른 글
spring mysql 환경 구축 (0) | 2025.01.16 |
---|---|
로그인 crud 구현하기 (0) | 2024.10.28 |
crud 게시판 만들기 (0) | 2024.10.19 |