[ JPA ] 자동으로 Table 생성이 안될 때 해결 방법

jwkwon0817·2023년 9월 2일
0

Web Back-end

목록 보기
14/26
post-thumbnail

결론만 말하면 generate-ddltrue로 해주면 됩니다.

application.yml

spring:
  jpa:
    generate-ddl: true

application.properties

spring.jpa.generate-ddl=true
profile
SRIHS 119th SW

0개의 댓글