Add front user authentication

This commit is contained in:
王鹏
2026-05-22 09:43:30 +08:00
parent ebb529213a
commit 276da1cb20
6 changed files with 263 additions and 43 deletions

View File

@@ -61,6 +61,18 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -93,4 +105,4 @@
<finalName>${project.artifactId}</finalName>
</build>
</project>
</project>