forked from DevFW-CICD/spring-petclinic
moving from Webjars to Bower #83
This commit is contained in:
parent
a768e877ef
commit
540d31ed21
6 changed files with 49 additions and 31 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue