Q&A
테이블 생성이 안됩니다
안녕하세요 해결했습니다 application.yml 에서 jpa 를 tab 으로 한번 더 띄워줘야했는데 spring 과 같은 라인에 있어서 안되었네요 spring : datasource : url : jdbc:h2:tcp://localhost/~/datajpa 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
- Likes
- 2
- Comments
- 2
- Viewcount
- 8268

