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

io.soffa.spring.AutoConfigure Maven / Gradle / Ivy

package io.soffa.spring;

import org.springframework.boot.autoconfigure.AutoConfigureOrder;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;

@Configuration
@ComponentScan("io.soffa.spring.config")
@AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE)
public class AutoConfigure {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy