Skip to content

Commit 2c20472

Browse files
committed
添加说明
1 parent b58212e commit 2c20472

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
启动服务器之后访问:localhost:port/mvc/hello

Diff for: src/main/webapp/WEB-INF/jsp/hello.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
99
<html>
1010
<head>
11-
<title>Title</title>
11+
<title>hello</title>
1212
</head>
1313
<body>
1414
启动成功!!

0 commit comments

Comments
 (0)