springboot通過設置addResourceHandlers攔截請求訪問本地資源踩坑實戰

通過繼承WebMvcConfigurationSupport(springboot2.x後用此類) 類後重寫addResourceHandlers @Override protected void addResourceHandlers(ResourceHandlerRegistry registry) { String os = System.getProperty("os.name")
相關文章
相關標籤/搜索