-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
package com.example.bootgsm01.repository;
import com.example.bootgsm01.entity.Member;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository // EntityManagerFactory implements MemberRepository
public interface MemberRepository extends JpaRepository<Member,Long> {
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels