I have written a cron job:
@Scheduled(cron=\"${process.virtual.account.start}\") public void ecomProcessVirAccOrderPaymentsScheduler() { LOGGER.info(\"St
Try something like
@Configuration @PropertySource("/path/to/file") public class LoadPropertiesFile{ //Other project configurations }
For more, click here