jsp - Load css files in spring annotation -
can 1 help me load css , image files in jsp.
i getting error while including css files : 404 (not found)
here project code.
jsp :
<link href="<%=request.getcontextpath()%>/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> this annotation based spring application, confused loading css files.
project illustration link reference : http://www.mkyong.com/spring-security/spring-security-hibernate-annotation-example/
spring jsp spring-mvc spring-security jsp-tags
No comments:
Post a Comment