길찾기 로직 업데이트#19
Open
scholar-star wants to merge 14 commits into
Open
Conversation
This reverts commit cf0e4de.
# Conflicts: # backend/.idea/dataSources.xml # backend/gradle/wrapper/gradle-wrapper.properties # backend/src/main/java/_team/onmyway/config/SecurityConfig.java # backend/src/main/java/_team/onmyway/entity/Place.java # backend/src/main/java/_team/onmyway/exception/GlobalExceptionHandler # backend/src/main/java/_team/onmyway/initializer/DataInitializer.java # backend/src/main/java/_team/onmyway/repository/cookie/CookieAuthorizationRequestRepository.java # backend/src/main/java/_team/onmyway/service/ImageService.java # backend/src/main/java/_team/onmyway/service/RecommendationService.java # backend/src/main/resources/application.properties # backend/src/main/resources/data/one_cup/부산 한 잔 영업시간.csv # backend/src/main/resources/data/one_cup/부산 한 잔.csv # backend/src/main/resources/data/one_game/부산 한 판 영업시간.csv # backend/src/main/resources/data/one_meal/부산 한 끼 영업시간.csv # backend/src/main/resources/data/one_meal/부산 한 끼.csv
# Conflicts: # backend/src/main/java/_team/onmyway/repository/cookie/CookieAuthorizationRequestRepository.java # backend/src/main/java/_team/onmyway/service/RecommendationService.java # backend/src/main/resources/data/one_cup/부산 한 잔 영업시간.csv # backend/src/main/resources/data/one_cup/부산 한 잔.csv # backend/src/main/resources/data/one_game/부산 한 판 영업시간.csv # backend/src/main/resources/data/one_meal/부산 한 끼 영업시간.csv # backend/src/main/resources/data/one_meal/부산 한 끼.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경점 👍
길찾기 로직에 대해서, 경유지를 "교차로"에 대해서 지정하도록 보정해보았습니다
버그 해결 💊
GraphHopper라는 서버 라이브러리를 다운받아 Bean으로 만드는 과정에서 제대로 파라미터가 채워지지 않는 에러가 발생, 이에 따른 Model을 만들고 그 안에 속성을 넣는 구조로 바꿈으로써 서버를 띄우는 데 성공하였습니다.
리팩토링 💧
RouteService에 가장 가까운 교차로를 구하는 로직을 덧붙여 경유지를 보정하도록 하였습니다.
비고 ✏
이전보다 나아지지 않거나 해결되지 못하는 버그가 다수 발생한다면 다시 기존으로 되돌릴 예정입니다.