CryptoTraderHealthApplication

@SpringBootApplication
@EnableScheduling
@ComponentScan(basePackages = ["org.cryptotrader.health", "org.cryptotrader.health.library"])
@EntityScan(basePackages = ["org.cryptotrader.health.library.entity"])
@EnableJpaRepositories(basePackages = ["org.cryptotrader.health.library.repository"])
open class CryptoTraderHealthApplication

Constructors

Link copied to clipboard
constructor()