250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Spring
- AWS
- python
- springboot
- Github Actions
- axios
- fastapi
- webhook
- EC2
- github
- ngrok
- nodejs
- linux
- deploy
- 500
- TypeScript
- javascript
- Jenkins
- MUI
- Troubleshooting
- RDS
- js
- macbook
- React
- error
- MongoDB
- AWS EC2
- docker
- Java
- Express
Archives
- Today
- Total
BEAT A SHOTGUN
[TROUBLESHOOTING] Error executing DDL "alter table post drop foreign key **** 본문
TROUBLESHOOTING
[TROUBLESHOOTING] Error executing DDL "alter table post drop foreign key ****
thovy 2022. 10. 18. 18:00728x90
반응형
SMALL
ERROR ❌
model 을 만들어 어플리케이션을 실행시키는데 계속
Error executing DDL "alter table post drop foreign key <**어떤 key**>
이런 메세지가 나왔다
해결 ✅
application.properties
의
❌ spring.jpa.hibernate.ddl-auto=create
✅ spring.jpa.hibernate.ddl-auto=update
create
→ update
끝
매우 쉬운 것.
728x90
반응형
LIST
'TROUBLESHOOTING' 카테고리의 다른 글
[TROUBLESHOOTING] 500 ERROR - cannot deserialize from object value (0) | 2022.10.21 |
---|---|
[TROUBLESHOOTING] 403 ERROR ON USER RESISTRATION (0) | 2022.10.21 |
[IntelliJ] Set to Control Font-size with 'Ctrl + Mouse' (0) | 2022.10.14 |
[TROUBLESHOOTING] NODE.JS PROJECT NPM INIT ERROR (0) | 2022.10.05 |
[TROUBLESHOOTING] AXIOS Infinite loop error (0) | 2022.09.14 |
Comments