Relative Content

Tag Archive for postgresqlspring-boothibernatespring-data-jpapsql

Cannot create relation(table) in my postgresql database

I’m trying to create a Spring Boot API and connect it to a simple Postgresql database that I have created . I am connecting to a local server. I’m trying to set up the connection so that my table is created in the database I want. Every time I do so and I go back to my SQL Shell, I find that there is no relation in my database, meaning the table is never actually created.