随笔分类 -  SpringMVC

摘要:1.绝对路径/相对路径 web.xml里的welcome-file-list里设置默认访问页面为/html/index.html 但是在访问时,页面CSS都没加载。 正常输入网址却没问题。用/html/index.jsp也没问题。配置如下 <welcome-file-list> <welcome-f 阅读全文
posted @ 2021-03-24 03:33 雾霾王者 阅读(420) 评论(0) 推荐(0)
摘要:目录结构 package com.zlc.controller; import com.alibaba.fastjson.JSON; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jac 阅读全文
posted @ 2021-03-22 19:55 雾霾王者 阅读(62) 评论(0) 推荐(0)