快速创建springBoot

创建
目录结构
配置配置文件介绍

创建
第一步
快速创建springBoot

第二步

快速创建springBoot

第三步
快速创建springBoot

目录结构
快速创建springBoot

resources
| static:存放静态文件,如css、js、 image 等
| templates: 存储模板页面,可以使用模板引擎
| application.properties SpringBoot应用的配置文件,可以修改一些配置属性。

配置配置文件介绍
SpringBoot的默认全局配置文件有两种,他们的文件名是固定的。存在的路径必须是classpath:/或者classpath:/config/目录下。

application.properties
application.yml