标签:javascript webjars wro web
<dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery-cookie</artifactId> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>dojo</artifactId> </dependency>
<script type="text/javascript" src="<%=request.getContextPath() %>/webjars/jquery/1.9.0/jquery.min.js"></script> <script type="text/javascript" src="<%=request.getContextPath() %>/webjars/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script type="text/javascript" src="<%=request.getContextPath() %>/webjars/jquery-cookie/1.3.1/jquery.cookie.js"></script>
标签:javascript webjars wro web
原文地址:http://blog.csdn.net/cloud_ll/article/details/40183189