1 | package org.fkit.controller; |
jsp:1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20<%--
Created by IntelliJ IDEA.
User: 34924
Date: 2018/8/1
Time: 22:40
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>test</title>
</head>
<body>
<a href="/pathVariableTest/1">测试注解1</a>
<br>
<a href="/requestHeaderTest">注解2</a>
<br>
<a href="/cookieValueTest">注解3</a>
</body>
</html>