引导类
- 引入注解 @SpringBootApplication
- 编写main方法
- 执行SpringApplication.run方法
静态文件
可以放以下三个文件夹,优先级 resources > static > public
templates 文件夹需要单独设置 spring-boot-starter-thymeleaf 依赖
可以放以下三个文件夹,优先级 resources > static > public
templates 文件夹需要单独设置 spring-boot-starter-thymeleaf 依赖