상품 이미지 추가

This commit is contained in:
kimscott
2019-09-05 16:03:50 +09:00
parent 7f4cbc6dec
commit 3cacf53fd2
7 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,10 @@
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>