9oj0e / pathorder_server

3 stars 4 forks source link

feat: 매장 디테일보기 (fix: Store 엔티티, 더미 데이터 수정) #12

Closed Hyeonjeong-JANG closed 2 months ago

Hyeonjeong-JANG commented 2 months ago

✔️매장 디테일보기 🐯StoreController

image

🐯StoreService

image

🐯StoreResponse

image

🐯StoreServiceTest

image

⚒️Store.java 🐯엔티티 필드명 변경(imgSrc -> filePath)

image

⚒️data.sql 🐯store_tb INSERT 컬럼명 변경(img_src -> file_path)

image