Hi guys!
I'm having some troubles using Spring Boot and the PostgreSql database connection, could someone help me?
The JPA Hibernate make this select:
Hibernate: select c1_0.id,c1_0.cnpj,c1_0.firm_value,c1_0.foundation_year,c1_0.ipo,c1_0.market_segment,c1_0.name,c1_0.number_of_papers,c1_0.sector,c1_0.segment from public.companies c1_0
And I'm getting this Exception message:
org.postgresql.util.PSQLException: ERROR: relation "public.companies" does not exist
The table companies already exists at the public schema