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

com.tairitsu.ignotus.database.AutoConfiguration.kt Maven / Gradle / Ivy

The newest version!
package com.tairitsu.ignotus.database

import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration

@Configuration
@ComponentScan("com.tairitsu.ignotus.database")
open class AutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy