Spring boot教程-如何运行Spring Boot应用程序
如何运行Spring Boot应用程序在本节中,我们将创建并运行一个简单的Spring Boot应用程序。创建Spring Boot应用程序步骤1:打开Spring Initializr https://start.spring.io/。步骤2:选择Spring Boot版本2.2.2.BUILD-SNAPSHOT。步骤3:提供Group名称。我们提供了Group名称cn.javatiku。步骤4:提供Artifact。我们提供了Artifact名称spring-boot-application-run。步骤5:添加Spring Web依赖。