As a new spring developer, I am trying to map the entity with the database
However, I am unable to see the “customer table” and the “sequence” ids
Customer class
Customer Service
Customer Controller
Postgres
posgres database
Issue:
enter image description here
Regarding properties
jpa:
hibernate:
ddl-auto: create-drop
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
format_sql: true
show_sql: false
New contributor
Anthony Rajaofera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.