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

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