From 3e2bab875cc03967694b249ce5782e650e739730 Mon Sep 17 00:00:00 2001 From: haerong22 Date: Mon, 29 Mar 2021 21:28:26 +0900 Subject: [PATCH] spring mvc : servlet - post html form --- .../servlet/src/main/webapp/basic/hello-form.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 spring-mvc/servlet/src/main/webapp/basic/hello-form.html diff --git a/spring-mvc/servlet/src/main/webapp/basic/hello-form.html b/spring-mvc/servlet/src/main/webapp/basic/hello-form.html new file mode 100644 index 00000000..a712358f --- /dev/null +++ b/spring-mvc/servlet/src/main/webapp/basic/hello-form.html @@ -0,0 +1,14 @@ + + + + + Title + + +
+ username: + age: + +
+ + \ No newline at end of file