Files
spring-integration-extensions/samples/zip
Spring Operator 306eec5f5e URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 12 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 345 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 13:41:58 -04:00
..
2019-03-22 13:41:58 -04:00
2019-03-20 15:56:18 -04:00
2015-06-15 17:36:44 -04:00

Spring Integration Zip Sample

This sample illustrates the usage of the Spring Integration Zip Extension. It uses the following components:

  • zip-transformer
  • unzip-transformer

You can run the application by either

  • running the "Main" class from within STS (Right-click on Main class --> Run As --> Java Application)
  • or from the command line:
    • mvn package
    • mvn exec:java

You should see a screen as the following:

=========================================================

    Welcome to the Spring Integration Zip Sample

    For more information please visit:
    http://www.springsource.org/spring-integration

=========================================================
17:08:41.883 INFO  [org.springframework.integration.samples.zip.Main.main()][org.springframework.integration.samples.zip.SpringIntegrationUtils]
=========================================================

    Intput directory is: '/dev/spring-integration-extensions/samples/zip/input-zip'
    Intput directory is: '/dev/spring-integration-extensions/samples/zip/input-uncompressed'
    Output directory is: 'target/output/decompressedFilesOut'
    Output directory is: 'target/output/zipFilesOut'

=========================================================
17:08:41.887 INFO  [org.springframework.integration.samples.zip.Main.main()][org.springframework.integration.samples.zip.Main]
=========================================================

    Please press 'q + Enter' to quit the application.

=========================================================

Compressing Files

Drop an uncompressed file into the input-uncompressed directory. The file will be compressed and stored under target/output/zipFilesOut.

Uncompressing Files

Drop a compressed file into the input-zip directory. The file will be decompressed and stored under target/output/decompressedFilesOut.


For help please take a look at the Spring Integration documentation:

http://www.springsource.org/spring-integration