This commit is contained in:
2025-05-12 14:13:25 +09:00
parent 55997855f6
commit cacdef44d7
27 changed files with 94 additions and 6 deletions

View File

@ -49,6 +49,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>