dev.krud.crudframework.test.EnableTestCrud.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crud-framework-test Show documentation
Show all versions of crud-framework-test Show documentation
Spring-powered Crud Framework
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