Skip to content

Commit

Permalink
FIX : Ajout entityManager dans writer pour gestion de la persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Dec 4, 2024
1 parent 81a0b58 commit 6c335c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
public class JobConfiguration {
private final StrategyFactory strategyFactory;
private final ProxyRetry proxyRetry;
@Qualifier("itemEntityManager")
private final EntityManager itemEntityManager;
private final ReferenceService referenceService;
@Value("${batch.min.hour}")
Expand Down

0 comments on commit 6c335c3

Please # to comment.