Showing
183 changed files
with
4786 additions
and
0 deletions
.gitignore
0 → 100644
File mode changed
.idea/.name
0 → 100644
.idea/codeStyleSettings.xml
0 → 100644
.idea/compiler.xml
0 → 100644
.idea/copyright/profiles_settings.xml
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/libraries/Maven__junit_junit_4_12.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/uiDesigner.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff could not be displayed because it is too large.
coupen-core/coupen-core.iml
0 → 100644
coupen-core/pom.xml
0 → 100644
coupen-core/src/main/java/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBucketImpl.java
0 → 100644
coupen-core/src/test/java/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBucketBuilderTest.java
0 → 100644
coupen-core/src/test/java/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBucketImplTest.java
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBucket.class
0 → 100644
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBucketImpl.class
0 → 100644
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBuckets$1.class
0 → 100644
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBuckets$2.class
0 → 100644
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBuckets$Builder.class
0 → 100644
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/concurrent/tokenbucket/TokenBuckets.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
coupen-core/target/classes/com/zhaoonline/coupen/repository/UserCoupenMappingRepository.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
coupen-dispatcher-api/pom.xml
0 → 100644
coupen-dispatcher-api/src/main/java/com/zhaoonline/coupen/dispatcher/CoupenDispatchHandler.java
0 → 100644
coupen-dispatcher-api/src/main/java/com/zhaoonline/coupen/dispatcher/UserCoupenMappingHandler.java
0 → 100644
coupen-dispatcher-api/target/classes/com/zhaoonline/coupen/dispatcher/CoupenDispatchHandler.class
0 → 100644
No preview for this file type
coupen-dispatcher-api/target/classes/com/zhaoonline/coupen/dispatcher/UserCoupenMappingHandler.class
0 → 100644
No preview for this file type
coupen-dispatcher/coupen-dispatcher.iml
0 → 100644
coupen-dispatcher/pom.xml
0 → 100644
coupen-dispatcher/src/main/java/com/zhaoonline/coupen/dispatcher/DefaultCoupenDispatchHandler.java
0 → 100644
coupen-dispatcher/src/test/java/com/zhaoonline/coupen/dispatcher/TestCoupenDispatchHandler.java
0 → 100644
coupen-dispatcher/target/classes/com/zhaoonline/coupen/dispatcher/DefaultCoupenDispatchHandler.class
0 → 100644
No preview for this file type
coupen-generator/coupen-generator.iml
0 → 100644
coupen-generator/pom.xml
0 → 100644
coupen-generator/src/main/java/com/zhaoonline/coupen/generator/distribute/AverageStrategy.java
0 → 100644
coupen-generator/src/main/java/com/zhaoonline/coupen/generator/distribute/DistributeStrategy.java
0 → 100644
coupen-generator/src/main/java/com/zhaoonline/coupen/generator/distribute/LeafAverageStrategy.java
0 → 100644
coupen-generator/src/test/java/com/zhaoonline/coupen/generator/distribute/TestAverageStrategy.java
0 → 100644
coupen-generator/src/test/java/com/zhaoonline/coupen/repository/TestCounpenRepository.java
0 → 100644
No preview for this file type
coupen-generator/target/classes/com/zhaoonline/coupen/generator/distribute/AverageStrategy.class
0 → 100644
No preview for this file type
coupen-generator/target/classes/com/zhaoonline/coupen/generator/distribute/DistributeStrategy.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
coupen-generator/target/classes/com/zhaoonline/coupen/generator/distribute/LeafAverageStrategy.class
0 → 100644
No preview for this file type
coupen-generator/target/classes/com/zhaoonline/coupen/repository/CounpenRepository$1.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
coupen-generator/target/test-classes/com/zhaoonline/coupen/repository/TestCounpenRepository.class
0 → 100644
No preview for this file type
coupen-processor/coupen-processor.iml
0 → 100644
coupen-processor/pom.xml
0 → 100644
coupen-processor/src/main/java/com/zhaoonline/coupen/handler/LeafCoupenHelpOpenHandler.java
0 → 100644
coupen-processor/src/main/java/com/zhaoonline/coupen/handler/PreCoupenHelpOpenHandler.java
0 → 100644
coupen-processor/src/test/java/com/zhaoonline/coupen/handler/TestCoupenHelpOpenHandler.java
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
coupen-processor/target/classes/com/zhaoonline/coupen/processor/CoupenHelpOpenHandler.class
0 → 100644
No preview for this file type
coupen-processor/target/classes/com/zhaoonline/coupen/processor/LeafCoupenHelpOpenHandler.class
0 → 100644
No preview for this file type
coupen-processor/target/test-classes/com/zhaoonline/coupen/processor/TestActivityHandler$1.class
0 → 100644
No preview for this file type
coupen-processor/target/test-classes/com/zhaoonline/coupen/processor/TestActivityHandler$2.class
0 → 100644
No preview for this file type
coupen-processor/target/test-classes/com/zhaoonline/coupen/processor/TestActivityHandler$3.class
0 → 100644
No preview for this file type
coupen-processor/target/test-classes/com/zhaoonline/coupen/processor/TestActivityHandler.class
0 → 100644
No preview for this file type
No preview for this file type
coupen-processor/target/test-classes/com/zhaoonline/coupen/processor/TestCoupenHelpOpenHandler.class
0 → 100644
No preview for this file type
pom.xml
0 → 100644
zhaoonline-coupen.iml
0 → 100644
-
Please register or login to post a comment