We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858e20 commit 1eca242Copy full SHA for 1eca242
src/main/webapp/WEB-INF/jsp/index.jsp
@@ -4,8 +4,8 @@
4
<html lang="zh">
5
<head>
6
<title><spring:message code="helloWorld"/></title>
7
- <script src="/static/js/jquery/jquery-1.11.1.min.js"></script>
8
- <script src="/static/js/ajax.js"></script>
+ <script src="${pageContext.request.contextPath}/static/js/jquery/jquery-1.11.1.min.js"></script>
+ <script src="${pageContext.request.contextPath}/static/js/ajax.js"></script>
9
<style>
10
html, body {
11
margin: 0;
0 commit comments