Browse Source

数据库

gesofts 6 years ago
parent
commit
b47187a0dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/index.jsp

+ 1 - 1
src/main/webapp/index.jsp

@@ -1,4 +1,4 @@
 <%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="UTF-8"%>
 <%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="UTF-8"%>
 <html>
 <html>
-<jsp:forward page="/showMenus"></jsp:forward>
+<jsp:forward page="./showMenus"></jsp:forward>
 </html>
 </html>