Skip to content

Latest commit

 

History

History

springboot-example-helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

springboot-example-helloworld

这个案例是用来开启项目的第一个案例Hello world

pom配置文件

  	<dependencies>
  		<dependency>
  			<groupId>org.springframework.boot</groupId>
  			<artifactId>spring-boot-starter-web</artifactId>
       </dependency>
    </dependencies>