Skip to content

Commit

Permalink
#18 [Refactor] Repository 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 12, 2022
1 parent 2cd89f8 commit bbefbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.fasterxml.jackson.core.JsonProcessingException;
import com.mpnp.baechelin.config.httpclient.HttpConfig;
import com.mpnp.baechelin.api.model.LocationKeywordSearchForm;
import com.mpnp.baechelin.store.controller.StoreQueryRepository;
import com.mpnp.baechelin.store.repository.StoreQueryRepository;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.mpnp.baechelin.store.domain.Store;
import com.mpnp.baechelin.store.dto.StoreResponseDto;
import com.mpnp.baechelin.store.repository.StoreQueryRepository;
import com.mpnp.baechelin.store.service.StoreService;
import lombok.RequiredArgsConstructor;
import org.springframework.data.domain.Pageable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mpnp.baechelin.store.controller;
package com.mpnp.baechelin.store.repository;

import com.mpnp.baechelin.store.domain.QStore;
import com.mpnp.baechelin.store.domain.Store;
Expand Down Expand Up @@ -81,7 +81,6 @@ private StringPath givePath(String dbFacility) {



//TODO 주변밥집

//TODO 별점순

Expand Down

0 comments on commit bbefbd6

Please sign in to comment.