How to Design Spring Boot?

Asked

Viewed 408 times

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?

  • 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!

  • I posted how to import in the reply

1 answer

1


Import project into STS:

  • Package Explore in an empty part right-click on Import...

inserir a descrição da imagem aqui

  • It will open a window, in it you open the option Maven and selects Existing Maven Projects and click on Next

inserir a descrição da imagem aqui

  • Click on Browse... to choose the folder where you have the project and click on Selecionar pasta

inserir a descrição da imagem aqui

  • Sts will go through the folder looking for the projects, will appear yours as the print.

inserir a descrição da imagem aqui

  • Click me Finish, Sts will download the dependencies you have in pom.xml and your project will display package explorer

inserir a descrição da imagem aqui

  • 1

    Great, it worked kkk at least here on my machine was. I will test again on the machine I had this problem. At least now I know the right way to do it. Thank you very much!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.