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

tech.jhipster.lite.statistic.infrastructure.secondary.SpringDataMongoDBStatisticsRepository Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package tech.jhipster.lite.statistic.infrastructure.secondary;

import java.util.UUID;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;

@WithMongoDB
@Repository
interface SpringDataMongoDBStatisticsRepository extends CrudRepository {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy