Launcher

@EnableAutoConfiguration
@PropertySources(value = [PropertySource(value = ""classpath:" + DEFAULT_CONFIGURATION_FILE_PATH"), PropertySource(value = ""file:" + CUSTOM_CONFIGURATION_FILE_PATH", ignoreResourceNotFound = true)] )
@EnableJpaRepositories(value = "com.tecknobit.*" )
@EntityScan(value = "com.tecknobit.*" )
@ComponentScan(value = "com.tecknobit.pandoro.*" )
@SpringBootApplication
open class Launcher

The Launcher class is useful to launch Pandoro's backend service

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun main(args: Array<String>)
Main method to start the backend