-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ refactor(all): change module name depromeet to streetdrop #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -27,7 +27,7 @@ public List<ItemPointDao> findNearItemsPointsByDistance(Point point, Double dist | |||
itemLocation.point, | |||
item.id, | |||
albumCover.albumThumbnail, | |||
mySqlDistanceSphereFunction(itemLocation.point, point) | |||
MySqlSpatialFunction.mySqlDistanceSphereFunction(itemLocation.point, point) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QueryDSL 이 부분도 의도된 변경일까요?
import com.streetdrop.music.artist.Artist; | ||
import com.streetdrop.music.song.Song; | ||
|
||
public record MusicDto( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MusicDto는 신규 추가일까요?
} | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MusicService도 신규 추가되는걸까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다 Good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
There are many changes, so we will meet and deal with them at once |
No description provided.