change api url

This commit is contained in:
kimscott
2020-02-11 17:50:19 +09:00
parent afa1b047fe
commit 70ba0b5d9e

View File

@@ -28,7 +28,7 @@ public class Application {
product.setImageUrl("https://github.githubassets.com/images/modules/profile/profile-joined-github.png"); product.setImageUrl("https://github.githubassets.com/images/modules/profile/profile-joined-github.png");
product.setName(p); product.setName(p);
product.setPrice(i*10000); product.setPrice(i*10000);
product.setStock(i*1000000); product.setStock(i*10);
product.setImageUrl("/goods/img/"+p+".jpg"); product.setImageUrl("/goods/img/"+p+".jpg");
// 상품 디테일 추가 - 양방향 관계 // 상품 디테일 추가 - 양방향 관계