Hello,

I am trying to build a crud rest api with spring boot , spring data jpa and psotgresql. when i run the app , it is launched but the tables are not created and nothing happens no sql is shown in the console.

these are my files: application.properties SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

controller SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

Entity:Employee SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

Repository: SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

Pom.xml

SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

SpringBoot Sql querries not excecuted spring boot data jpa postgres and hibernate

thank you in advance for helping

Comment From: philwebb

Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.

You'll probably get more help if you're able to share a complete project that shows the problem.