Skip to content

Commit

Permalink
Enlever les listeners kafka du topic packageKbart
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Oct 5, 2023
1 parent acd0324 commit cc9ea9c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 212 deletions.
48 changes: 0 additions & 48 deletions src/main/java/fr/abes/logskbart/kafka/KbartListener.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/fr/abes/logskbart/service/KbartLoader.java

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/java/fr/abes/logskbart/service/KbartLoaderFactory.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/java/fr/abes/logskbart/service/KbartService.java

This file was deleted.

58 changes: 0 additions & 58 deletions src/main/java/fr/abes/logskbart/service/KbartToBddService.java

This file was deleted.

47 changes: 0 additions & 47 deletions src/main/java/fr/abes/logskbart/service/KbartToTsvService.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spring.jpa.bacon.hibernate.ddl-auto=none
spring.jpa.bacon.show-sql=true
spring.sql.bacon.init.mode=never

path.tsvFile=/tmp/

logging.config=classpath:log4j2-dev.xml
logging.level.root=INFO
logging.level.fr.abes=DEBUG
4 changes: 1 addition & 3 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spring.jpa.bacon.hibernate.ddl-auto=none
spring.jpa.bacon.show-sql=true
spring.sql.bacon.init.mode=never

path.tsvFile=/tmp/

logging.config=classpath:log4j2-prod.xml
logging.level.root=ERROR
logging.level.fr.abes=ERROR
logging.level.fr.abes=ERROR
2 changes: 0 additions & 2 deletions src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spring.jpa.bacon.hibernate.ddl-auto=none
spring.jpa.bacon.show-sql=true
spring.sql.bacon.init.mode=never

path.tsvFile=/tmp/

logging.config=classpath:log4j2-test.xml
logging.level.root=INFO
logging.level.fr.abes=INFO

0 comments on commit cc9ea9c

Please sign in to comment.