I want to run some jobs just after loading the Spring context but I do not know how to do this. Do you have any idea how to do that?
Use the @PostConstruct annotation. Than you can combine any job properties and guarantee to run your method on the load context.
@PostConstruct