【SpringBoot】01:入门案例

49 阅读1分钟

SpringBoot设计目的:简化Spring应用的初始搭建、开发过程。

01:创建SpringBoot项目

image.png

image.png

02:创建Controller

03:运行Application类