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

db안에 테이블이 없어서 생기는 오류이다. db연결은 되었는데 테이블 이름이 없다고 연결되지 않아 페이지가 로드가 되지 않았다. 처음 작성할 때는 테이블 안에 @Table(name="") 에서 name만 정의했었는데 schema까지 정의해서 작성해주어야 한다. > ApiInfoEntity > application.properties source.url=jdbc:postgresql://localhost/postgres
백엔드/Spring
2021. 5. 13. 17:04