Add bootstrap.min.css to local, replace cdn
parent
45e7a0a1bc
commit
f049c72012
|
@ -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>
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue