Package-level declarations

Types

Link copied to clipboard
@SpringBootApplication
@EnableScheduling
@ComponentScan(basePackages = ["org.cryptotrader.health.library.component", "org.cryptotrader.health.library.service", "org.cryptotrader.health.library.config"])
@EntityScan(basePackages = ["org.cryptotrader.health.library.entity"])
@EnableJpaRepositories(basePackages = ["org.cryptotrader.health.library.repository"])
open class CryptoTraderHealthApplication

Functions

Link copied to clipboard
fun main(args: Array<String>)