postgresql 이름의 릴레이션(relation)이 없습니다

    [spring] postgresql 이름의 릴레이션(relation)이 없습니다

    [spring] postgresql 이름의 릴레이션(relation)이 없습니다

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