com.tairitsu.ignotus.database.AutoConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-exposed Show documentation
Show all versions of database-exposed Show documentation
JetBrains Exposed ORM extension.
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 {
}