Skip to content

Commit

Permalink
fix : param annotation 변경 #46
Browse files Browse the repository at this point in the history
dhun0103 committed Jan 6, 2025
1 parent dba2d8a commit bdb95ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package itstime.reflog.postlike.repository;

import io.lettuce.core.dynamic.annotation.Param;
import org.springframework.data.repository.query.Param;
import itstime.reflog.community.domain.Community;
import itstime.reflog.member.domain.Member;
import itstime.reflog.postlike.domain.PostLike;
import itstime.reflog.retrospect.domain.Retrospect;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;

import java.util.List;
import java.util.Optional;

public interface PostLikeRepository extends JpaRepository<PostLike, Long> {

0 comments on commit bdb95ed

Please sign in to comment.