com.garmin.configuration.AutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of garmin-oauth Show documentation
Show all versions of garmin-oauth Show documentation
Package garmin license, new user license to app
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 {
}