Skip to content

Commit

Permalink
Refactor : mise à jour version java / spring
Browse files Browse the repository at this point in the history
refonte architecture batch suite à modif de version de spring batch
Ajout configuration spécifiques BDD
  • Loading branch information
pierre-maraval committed Feb 27, 2024
1 parent 59c5a7d commit 3a73681
Show file tree
Hide file tree
Showing 78 changed files with 728 additions and 797 deletions.
10 changes: 9 additions & 1 deletion batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,28 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.224</version>
</dependency>

</dependencies>
<!-- =========================================================== -->
<!-- Configuration de la compilation -->
Expand Down
381 changes: 0 additions & 381 deletions batch/src/main/java/fr/abes/item/BatchConfiguration.java

This file was deleted.

113 changes: 0 additions & 113 deletions batch/src/main/java/fr/abes/item/ItemBatchConfigurer.java

This file was deleted.

Loading

0 comments on commit 3a73681

Please sign in to comment.