快速搭建springboot  --> https://blog.csdn.net/huangwenyi1010/article/details/55047138

1、首先最基本的  jdk1.8 以上版本安装及配置  基本开发工具 Idea
2、file --> new --> project-->hello Springboot

next -->hello Springboot

next--> 选择web

hello Springboot

next-->

hello Springboot

finish-->

hello Springboot

http://maven.apache.org/download.cgi (下载maven)
file-->settings-->maven

hello Springboot

 

hello Springboot

hello Springboot

知识点:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。
执行main方法 

hello Springboot

hello Springboot

启动成功 tomcat端口 8080 启动时间等log 信息

hello Springboot

 

成功访问

相关文章:

  • 2021-10-04
  • 2021-09-02
  • 2021-05-04
  • 2021-05-10
  • 2021-04-23
  • 2021-05-05
  • 2021-05-22
  • 2021-11-26
猜你喜欢
  • 2021-07-26
  • 2021-09-22
  • 2022-03-11
  • 2021-05-05
  • 2021-08-06
  • 2021-05-26
  • 2021-08-14
相关资源
相似解决方案