Spring Boot入门三
1.使用Spring Initializer快速创建Spring Boot项目
2.resources文件夹中目录结构
1.static:保存所有的静态资源;比如js、css、images
2.templates:保存所有的模板页面;(Spring Boot默认jar包使用嵌入式的Tomcat,默认不支持JSP页面);可以使用模板引擎(freemarker、thymeleaf)
3.application.properties:Spring Boot应用的配置文件,可以修改一些默认设置