实现数据库查询用户,获取密码,编写了单元测试类
This commit is contained in:
10
src/main/resources/templates/login.html
Normal file
10
src/main/resources/templates/login.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>登录</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>登录系统</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user