반응형
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 Error
- PostgreSQL
- aws cicd
- Airflow
- bootstrap
- Flux
- 도커
- codedeploy error
- node
- Spring
- java bigdecimal
- redis
- chartjs
- codebuild
- Kafka
- kubeflow
- VPN
- Python
- COALESCE
- IntelliJ
- or some instances in your deployment group are experiencing problems.
- chart.js
- SQL
- codepipeline
- Jenkins
- aws
- docker
- JavaScript
- AWS CI/CD 구축하기
- codedeploy
Archives
- Today
- Total
Small Asteroid Blog
[spring] postgresql 이름의 릴레이션(relation)이 없습니다 본문
728x90
db안에 테이블이 없어서 생기는 오류이다.
db연결은 되었는데 테이블 이름이 없다고 연결되지 않아 페이지가 로드가 되지 않았다.
처음 작성할 때는 테이블 안에
@Table(name="") 에서 name만 정의했었는데
schema까지 정의해서 작성해주어야 한다.
> ApiInfoEntity
> application.properties
source.url=jdbc:postgresql://localhost/postgres
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
orphanRemoval (0) | 2021.05.17 |
---|---|
thymeleaf onclick href (0) | 2021.05.17 |
Unknown column '' in 'field list' on MySQL error (0) | 2021.05.04 |
Table 'DB_NAME.hibernate_sequence' doesn't exist (0) | 2021.04.28 |
[spring] application.properties 의 datasource 설정하기(port, db) - DB연결하기 (0) | 2021.04.27 |