-1
The start project but when I call in Postman nothing comes back, nor the error. It’s as if the project had not gone up! In pom.xml are the dependencies: jpa, mysql and web. I have not touched them. My packages are separated into entities, Repository, service and controller.
all your classes are in the same package, or you are using different packages?
– Caio Augusto Papai
has to put the start log of your spring-boot?
– danilo
The packages are separated. I added the question... I also added the log
– André Vitor
you used @Componetscan to locate your packages?
– Caio Augusto Papai
I didn’t use, I don’t know that note
– André Vitor