新增登录页面

This commit is contained in:
2025-11-14 19:00:13 +08:00
parent 1d5833c71b
commit 524f8c8336
5 changed files with 429 additions and 4 deletions

View File

@@ -164,6 +164,11 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>