Web环境配置
很简单,只是为了测试。
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<title>登录</title>
</head>
<form method="post" action="main.html" th:action="@{/index}">
<input type="text" name="username" class="form-control" placeholder="用户名">
<input type="password" name="password"