-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Strategy Design And add new MODE
- Loading branch information
GARZHI
committed
Sep 22, 2021
1 parent
a623747
commit 6811308
Showing
6 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
+2.19 KB
(100%)
target/ImageCompressDemo-1.0-SNAPSHOT-jar-with-dependencies.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CompressStrategy\AutoStrategy.class | ||
CompressStrategy\CompressStrategy.class | ||
CompressStrategy\CompressObject.class |
4 changes: 3 additions & 1 deletion
4
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
D:\ImageCompressDemo\src\main\java\CompressStrategy\CompressStrategy.java | ||
D:\ImageCompressDemo\src\main\java\client.java | ||
D:\ImageCompressDemo\src\main\java\CompressObject.java | ||
D:\ImageCompressDemo\src\main\java\CompressStrategy\AutoStrategy.java | ||
D:\ImageCompressDemo\src\main\java\CompressStrategy\CompressObject.java |