Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 238 Bytes

File metadata and controls

5 lines (4 loc) · 238 Bytes
@Value("#{monbean.method()}")   // exécute une méthode d'un bean appelé "monbean"

@Value("#{stepExecutionContext['test-key']}")  // lecture d'une valeur dans org.springframework.batch.item.ExecutionContext de spring-batch