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

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Wed May 07 16:32:03 JST 2025
#Mon May 12 11:48:07 JST 2025
m2e.projectLocation=C\:\\Users\\ichbi\\OneDrive\\\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\\dog-1
m2e.projectName=dog-1
groupId=co.jp.app

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>

Binary file not shown.

Binary file not shown.