![JAR search and dependency download from the Maven repository](/logo.png)
org.zodiac.autoconfigure.boot.PlatformBootAutoConfiguration Maven / Gradle / Ivy
package org.zodiac.autoconfigure.boot;
import org.springframework.boot.SpringBootConfiguration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.zodiac.core.context.annotation.ImportPropertySources;
@SpringBootConfiguration
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
@ImportPropertySources(value = {"classpath:/META-INF/config/boot.yml"})
public class PlatformBootAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy