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 197f604 commit ba4f941Copy full SHA for ba4f941
samples/hello-world/src/main/resources/views/index.html
@@ -8,7 +8,7 @@ <h2>Samples</h2>
8
<li><a href="/hello/world">根据url获得参数的hello wolrd</a></li>
9
<li><a href="1.html">静态文件显示</a></li>
10
<li><a href="form.html">区分queryString和form参数</a></li>
11
- <li><a href="uploadform.html">文件上传展示</a></li>
+ <li>文件上传展示 todo</li>
12
</ul>
13
</body>
14
-</html>
+</html>
0 commit comments