0
I’ve been trying to figure out the pq my JSP page does not recognize the CSS of Twitter Bootstrap. The ones I found on the Internet, I’ve tried and nothing. The reference went like this for CSS:
<link rel="stylesheet" href="${pageContext.request.contextPath}/css/bootstrap.min.css" type="text/css"/>
Thank you
It finds other scripts and css?
– Renan Gomes
so I just created a CSS test, just changing the body color and tbm didn’t work
– Fernando
is pointing to: <link rel="stylesheet" href="/Arbo.social/css/bootstrap.min.css" type="text/css"/>
– Fernando
when you use Spring MVC you don’t need to set up any file for static and non-static resources ?
– Fernando