Skip to content

Commit b77b5f2

Browse files
committed
Fix: PR 리뷰 적용
- search 관련 주석 변경 - application-local.properties 가 더 이 상 git 에서 추적되지 않음. Ref: #142
1 parent b76984d commit b77b5f2

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build/
44
!gradle/wrapper/gradle-wrapper.jar
55
!**/src/main/**/build/
66
!**/src/test/**/build/
7+
application-local.properties
78

89
### STS ###
910
.apt_generated

gradlew

100755100644
File mode changed.

src/main/java/com/studypals/domain/groupManage/dao/HashTagRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface HashTagRepository extends JpaRepository<HashTag, Long> {
3131
Optional<HashTag> findByTag(String tag);
3232

3333
/**
34-
* tag 자동완성 시 사용할 메서드. prefix 에 대해 cnt 값 만큼의 자주 사용되는 데이터를 반환합니다.
34+
* tag 자동완성 시 사용할 메서드. 특정 검색어에 대해 cnt 로 정렬한 데이터를 반환합니다.<br>
3535
*
3636
* @param value 검색할 인자(접두사 / 순서대로)
3737
* @param pageable 반환 개수 지정

0 commit comments

Comments
 (0)