摘要:
###创建springboot的web项目 可以创建一个config类,对应目录有对应的首页文件 import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.c 阅读全文
摘要:
##静态资源路径 源码: public void addResourceHandlers(ResourceHandlerRegistry registry) { if (!this.resourceProperties.isAddMappings()) { logger.debug("Default 阅读全文