mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Removing Webjars
This commit is contained in:
parent
bb1b399771
commit
2b3ed81a9b
2 changed files with 9556 additions and 2 deletions
|
@ -16,8 +16,7 @@ PetClinic :: a Spring Framework demonstration
|
|||
<spring:url value="/resources/css/petclinic.css" var="petclinicCss"/>
|
||||
<link href="${petclinicCss}" rel="stylesheet"/>
|
||||
|
||||
<spring:url value="/webjars/jquery/1.9.0/jquery.js" var="jQuery"/>
|
||||
<script src="${jQuery}"></script>
|
||||
<script src="/petclinic/resources/js/jquery.js"></script>
|
||||
|
||||
<spring:url value="/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.js" var="jQueryUi"/>
|
||||
<script src="${jQueryUi}"></script>
|
||||
|
|
9555
src/main/webapp/resources/js/jquery.js
vendored
Normal file
9555
src/main/webapp/resources/js/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue