com.tairitsu.ignotus.foundation.AutoConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ignotus-foundation Show documentation
Show all versions of ignotus-foundation Show documentation
JSON:API like Controller utils.
package com.tairitsu.ignotus.foundation
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
@Configuration("IgnotusFoundationAutoConfiguration")
@ComponentScan("com.tairitsu.ignotus.foundation")
open class AutoConfiguration {
}