0
I am doing a Spring Boot course but I believe I am versioning incorrectly, because I can not run the application after giving a git clone
.
I’m used to the versioning of Angular and Node, as it is only give one npm install
that already got it all right. I’m starting in the world Maven now and would like to know what can go pro .gitignore
and how to run the application normally on another PC.
Link to the repository: https://github.com/gabrielgambarra/curso-spring-boot
your project is ok, I just clone and import it successfully, the process of opening the project changes from IDE to IDE, which one you are using?
– rnd_rss
I’m using STS. I found tutorials that spoke to import as an existing Maven project. But it doesn’t roll. Could you answer with the step-by-step that you did to open it? Thank you!
– Gabriel Gambarra
I posted how to import in the reply
– rnd_rss