SpringBoot简易搭建入门

创建一个maven的项目

  1. 搭建一个简单的SpringBoot项目;

在pom.xml添加SpringBoot版本为1.5.6.RELEASE的依赖

  1.   创建一个controller,并启动测试

  1. 控制台信息如下

  1. 访问localhost:8080/hello

5、SpringBoot简易入门搭建完成。

猜你喜欢

转载自blog.csdn.net/weixin_42174555/article/details/82979255