336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

안녕하세요.

이번엔 spring에서 resource 사용설정을 써볼꼐요


servlet-context.xml

1
<mvc:resources location="/resources/" mapping="/resources/**" />
cs



home.jsp

1
2
3
4
5
6
7
<script src="/spring/resources/js/jquery-3.3.1.min.js"></script>
    <script>
        $(document).ready(function(){
            alert("start!");
        });
    </script>
 
cs



감사합니다.

'SPRING' 카테고리의 다른 글

Spring Excel down하기  (0) 2019.03.28
SPRING JSTL 이용해서 Spring 값 뿌리기  (0) 2019.03.27
Ambiguous mapping found 에러 해결방법  (0) 2019.03.27
log4j 로그 패턴들  (0) 2019.03.26
spring DB 로그 추가하기  (0) 2019.03.26

+ Recent posts