복수개의 IntegrationFlow를 설정했을 때 테스트 코드 실행시 에러가 날 때
          
    
    
  개요 디렉토리에 파일이 생성되는 경우에 감시하는 라이브러리로써 spring-integration을 사용하고 있다. 설정 방법은 간단한데 IntegrationFlow를 반환하는 빈을 설정하면 된다. 복수개의 디렉토리를 감시하는 경우 아래와 같이 복수개로 설정하면 된다. @Bean public IntegrationFlow integrationFlow1() { return IntegrationFlow .from(Files.inboundAdapter(new File("c:/inbound1")) , e -> e.poller(Pollers.fixedDelay(1000).maxMessagesPerPoll(10))) .handle(message -> System.out.println(message.getPayload(..
          IT
          
          2024. 4. 12. 20:15
        
      
                      공지사항
                      
                  
                
                  
                  
                    최근에 올라온 글
                    
                
                  
                  
                    최근에 달린 댓글
                    
                
                  
                  - Total
 
- Today
 
- Yesterday
 
                    링크
                    
                
                  
                  
                    TAG
                    
                
                  
                  - Two Sum
 - AWS #X-Ray
 - opencv로qr코드인식
 - spring #redis #redis-cluster
 - aws #aws region #aws credential #aws region provider #aws credential provier
 - SnakeYAML
 - 로그테스트 #콘솔로그테스트 #System.out
 - PostgreSQL #FOR UPDATE #SKIP LOCKED
 - yaml
 - palindrome number
 - excel to markdown
 - excel table
 - multipleIntegrationFlow
 - logback #logstash #LoggingEventCompositeJsonEncoder #로그JSON
 - spring-integration
 - QR코드읽기 #ReadQRCode
 - leetcode
 - Maven LF #메이븐 개행문자
 - springintegration #파일감시 #디렉토리감시 #파일완료검사
 - webjar
 - Postgresql #MultiTruncate
 - add two numbers
 - Python #Powertools
 - cannotResolveSymbol
 - pdf.js
 - mybatis @insert값 @update값
 - PostgreSQL #sequnceName
 - 로그파일인덱스
 - lombok #maven build #sym
 - reverse integer
 
| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
                    글 보관함
                    
                
            