1.添加登录模块

This commit is contained in:
2024-08-09 10:47:10 +08:00
parent ef03549ebb
commit 2520d496a0
4 changed files with 14 additions and 1 deletions

View File

@@ -38,8 +38,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
<build>
<finalName>influx-target</finalName>
<plugins>