Package-level declarations
Types
Link copied to clipboard
@EnableAutoConfiguration
@PropertySources(value = [PropertySource(value = ""classpath:" + DEFAULT_CONFIGURATION_FILE_PATH"), PropertySource(value = ""file:" + CUSTOM_CONFIGURATION_FILE_PATH", ignoreResourceNotFound = true) ]
)
@EnableJpaRepositories(value = [""com.tecknobit.brownie.*""]
)
@EntityScan(value = [""com.tecknobit.brownie.*""]
)
@ComponentScan(value = [""com.tecknobit.brownie.*"", ""com.tecknobit.equinoxbackend.environment.configuration""]
)
@SpringBootApplication
The
Launcher class is useful to
launch Brownie's backend service