All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trigyn.jws.dashboard.repository.interfaces.IDashboardRepository Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.trigyn.jws.dashboard.repository.interfaces;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;

import com.trigyn.jws.dashboard.entities.Dashboard;

@Repository
public interface IDashboardRepository extends JpaRepository{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy