Add bootstrap.min.css to local, replace cdn

0.4-beta
mkk 2015-06-20 14:50:58 +08:00
parent 45e7a0a1bc
commit f049c72012
3 changed files with 75 additions and 69 deletions

View File

@ -17,7 +17,7 @@
<title><decorator:title default=""/> - Spring Security&Oauth2</title>
<link href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"/>
<link href="${contextPath}/resources/bootstrap.min.css" rel="stylesheet"/>
<decorator:head/>
</head>

View File

@ -16,6 +16,7 @@
<!--static resource-->
<mvc:resources mapping="/index.jsp*" location="/index.jsp"/>
<mvc:resources mapping="/resources/**" location="/resources/"/>
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
<property name="order" value="2"/>

File diff suppressed because one or more lines are too long