반응형
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
- Jenkins
- VPN
- AWS CI/CD 구축하기
- aws cicd
- node
- Spring Error
- chart.js
- JavaScript
- codepipeline
- bootstrap
- chartjs
- redis
- SQL
- codedeploy error
- aws
- kubeflow
- 도커
- PostgreSQL
- docker
- java bigdecimal
- Flux
- Airflow
- codedeploy
- Kafka
- Python
- Spring
- or some instances in your deployment group are experiencing problems.
- IntelliJ
- COALESCE
- codebuild
Archives
- Today
- Total
목록Table 'DB_NAME.hibernate_sequence' doesn't exist (1)
Small Asteroid Blog

방법1. Table 'DB_NAME.hibernate_sequence' doesn't exist 의 오류가 나오면 다음 내용을 추가 spring.jpa.hibernate.use-new-id-generator-mappings=false 방법 2 @Id //@GeneratedValue(strategy= GenerationType.SEQUENCE) @GeneratedValue(strategy= GenerationType.IDENTITY) private Integer id; SEQUENCE 대신 IDENTITY를 사용한다
백엔드/Spring
2021. 4. 28. 13:25