moving from Webjars to Bower #83

This commit is contained in:
IHABRITANE 2016-01-25 17:21:19 +00:00
parent a768e877ef
commit 540d31ed21
6 changed files with 49 additions and 31 deletions

View file

@ -28,9 +28,6 @@
(see header.jsp for more details) -->
<mvc:resources mapping="/resources/**" location="/resources/"/>
<!-- uses WebJars so Javascript and CSS libs can be declared as Maven dependencies (Bootstrap, jQuery...) -->
<mvc:resources mapping="/webjars/**" location="classpath:/META-INF/resources/webjars/"/>
<mvc:view-controller path="/" view-name="welcome"/>
<!-- serve static resources (*.html, ...) from src/main/webapp/