文章分类 -  SpringBoot

摘要:一.Spring Boot设置欢迎页面 1.默认欢迎页的源码 在Spring Boot中,默认的欢迎界面是index.html,那为什么这样呢?我们可以看看源码是怎么定义的。 1 public class WebMvcAutoConfiguration { 2 private Optional<Re 阅读全文
posted @ 2021-01-23 23:52 water-droplet 阅读(234) 评论(0) 推荐(0)