How to use twitter bootstrap with Spring MVC
If you are using Springs framework you can add these line in dispatcher-servlet.xml
<mvc:resources mapping="/bootstrap/**" location="/resources/" />
If you are using Springs framework you can add these line in dispatcher-servlet.xml
<mvc:resources mapping="/bootstrap/**" location="/resources/" />