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

dev.krud.crudframework.test.EnableTestCrud.kt Maven / Gradle / Ivy

The newest version!
package dev.krud.crudframework.test

import dev.krud.crudframework.crud.annotation.EnableCrudFramework
import org.springframework.context.annotation.Import

/**
 * Enable the Crud Framework with the `TestCrudDaoImpl` dao
 */
@EnableCrudFramework
@Import(TestCrudConfiguration::class)
annotation class EnableTestCrud()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy