摘要:
在SpringBoot 项目中没有我们之前常规web 开发的WebContent(WebApp),它只有src 目录。在src/main/resources 下面有两个文件夹,static 和templates。SpringBoot 默认在static目录中存放静态页面,而templates 中放动 阅读全文
摘要:
1.@SpringBootApplication 是SpingBoot的启动类 此注解等同于@Configuration+@EnableAutoConfiguration+@ComponentScan的组合 2.@SpringBootConfiguration @SpringBootConfigur 阅读全文