摘要: 在SpringBoot 项目中没有我们之前常规web 开发的WebContent(WebApp),它只有src 目录。在src/main/resources 下面有两个文件夹,static 和templates。SpringBoot 默认在static目录中存放静态页面,而templates 中放动 阅读全文
posted @ 2020-05-12 10:28 郑金圣 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 1.@SpringBootApplication 是SpingBoot的启动类 此注解等同于@Configuration+@EnableAutoConfiguration+@ComponentScan的组合 2.@SpringBootConfiguration @SpringBootConfigur 阅读全文
posted @ 2020-05-12 10:26 郑金圣 阅读(971) 评论(0) 推荐(0) 编辑