初始化:test > servlet

This commit is contained in:
2025-03-12 15:49:01 +08:00
parent dc3cdabdcc
commit 1a884cbcc7
19 changed files with 384 additions and 599 deletions
@@ -1,6 +1,7 @@
package com.msksbr.test.servlet.servlet;
import java.io.*;
import jakarta.servlet.http.*;
import jakarta.servlet.annotation.*;
+3 -2
View File
@@ -2,10 +2,11 @@
<!DOCTYPE html>
<html>
<head>
<title>JSP - Hello World</title>
<title>JSP - Hello World</title>
</head>
<body>
<h1><%= "Hello World!" %></h1>
<h1><%= "Hello World!" %>
</h1>
<br/>
<a href="hello-servlet">Hello Servlet</a>
</body>