Spring com Maven
Last updated
Was this helpful?
Last updated
Was this helpful?
Acesse o site .
Selecione as opções conforme abaixo:
Generate a Maven Project
with Java
and Spring Boot 2.0.7 (SNAPSHOT)
Group com.example
Artifact Demo
Dependencies
Web
Clique em Generate Project.
File -> Import -> Existing Maven Projects
Clique em Finish.
File -> New -> Project from Existing Sources -> Selecione o diretório do arquivo Pom.xml
Build do projeto
mvn clean install
Iniciar spring boot
mvn spring-boot:run