io.github.lyc8503.spring.starter.incantation.config.CustomIncantationAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opening-incantation-spring-boot-starter Show documentation
Show all versions of opening-incantation-spring-boot-starter Show documentation
Some magic incantation for Spring Boot
The newest version!
package io.github.lyc8503.spring.starter.incantation.config;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@ConditionalOnWebApplication
@Configuration(proxyBeanMethods = false)
@ComponentScan(basePackages = "io.github.lyc8503.spring.starter.incantation")
public class CustomIncantationAutoConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy