Q&A
엔티티 생성은 되었는데, H2에서 테이블이 보이지 않습니다.
안녕하세요 알려주신 답변링크로 해결을 해보려고 했지만, 동일하게 h2에 테이블 생성이 되지 않습니다. 제 application.yml 파일은 spring : database : url : jdbc:h2:tcp://localhost/~/jpashop;MVCC=TRUE username : sa password : driver-class-name : org.h2.Driver jpa : hibernate : ddl-auto : create properties : hibernate : # show_sql: true format_sql : true logging.level : org.hibernate.SQL : debug # org.hibernate.type: trace 그리고 jpashop.mv.db 파일은 존재합니다 원인이 뭔지 몰라서 H2 버전도 1.4.199 버전으로 재설치 후 진행하였습니다.
- Likes
- 0
- Comments
- 2
- Viewcount
- 3407

