I’m starting out with building basic applications in SpringMVC. At the same time, I wanted to use some easy to setup UI frameworks like Twitter Bootstrap. But, No clue on how to set it up.
Question:
- Where do I place the downloaded bootstrap folder?



What I have so far.
I would put these in src/main/resources NOT under WEB-INF. These don’t need to be protected.
Also, make sure you tell Spring where they are in your dispatcher servlet config file as per the documentation.
If you’re using Spring security as well you’ll need to make sure that the resources are not protected.