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

com.garmin.configuration.AutoConfiguration Maven / Gradle / Ivy

The newest version!
package com.garmin.configuration;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @Classname ConfigAutoConfiguration
 * @Description TODO
 * @Date 2019/12/9 11:40
 * @Created by weihua.zou
 */
@ComponentScan(basePackages = {"com.garmin.*"})
@Configuration
public class AutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy