Crypto Trader Api Application
@SpringBootApplication
@EnableAsync
@EnableScheduling
@EntityScan(basePackages = [""org.cryptotrader.api.library.entity"", ""org.cryptotrader.data.library.entity"", ""org.cryptotrader.security.library.entity"" ] )
@ComponentScan(basePackages = [""org.cryptotrader.api"", ""org.cryptotrader.api.library.component"", ""org.cryptotrader.api.library.config"", ""org.cryptotrader.api.library.services"", ""org.cryptotrader.api.library.infrastructure"", ""org.cryptotrader.data.library.services"", ""org.cryptotrader.data.library.services.harvest"", ""org.cryptotrader.data.library.component"", ""org.cryptotrader.security.library.service"", ""org.cryptotrader.console.library.component"", ""org.cryptotrader.universal.library.component"" ] )