jpa:
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
open-in-view: false
show-sql: true
hibernate:
format_sql: true
ddl-auto: create >> 기존에 있던 테이블을 버리고 새롭게 생성하는것.
ddl-auto : create 를 update로 변경하면 문제해결
'Spring' 카테고리의 다른 글
Exception Guide 예외처리 방법 [Spring] (0) | 2021.04.29 |
---|---|
SpringSecurity 설정후 Post 요청 불가능 ( 403에러 ) 해결 (1) | 2021.04.16 |
SOCKJS ( 웹소켓 ) (0) | 2021.04.09 |
JPA 매핑에 관하여 ( 엔티티 매핑 ) (0) | 2021.04.08 |
JPA 영속성에 관하여 (0) | 2021.04.08 |