package com.chantha.redis.repository; import com.chantha.redis.model.Student; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; @Repository public interface StudentRepo extends CrudRepository { }