Add controller unit tests and test dependencies

This commit is contained in:
Tim
2025-06-30 20:25:22 +08:00
parent 7aebde6f6f
commit 06e7e0db9d
7 changed files with 370 additions and 0 deletions

View File

@@ -61,6 +61,11 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>