init version

This commit is contained in:
terry.wang
2025-12-08 17:05:28 +08:00
commit ce3b71964a
4669 changed files with 224358 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.jojubanking.boot.framework.idempotent.config.JojuIdempotentConfiguration,\
com.jojubanking.boot.lock4j.config.JojuLock4jConfiguration

View File

@@ -0,0 +1,5 @@
#Generated by Maven
#Fri Aug 16 12:46:47 CST 2024
version=2.0.0-beta
groupId=com.jojubanking.boot
artifactId=joju-spring-boot-starter-protection

View File

@@ -0,0 +1,10 @@
com\jojubanking\boot\framework\idempotent\core\keyresolver\impl\DefaultIdempotentKeyResolver.class
com\jojubanking\boot\framework\idempotent\core\keyresolver\impl\ExpressionIdempotentKeyResolver.class
com\jojubanking\boot\framework\idempotent\config\JojuIdempotentConfiguration.class
com\jojubanking\boot\framework\idempotent\core\annotation\Idempotent.class
com\jojubanking\boot\framework\idempotent\core\keyresolver\IdempotentKeyResolver.class
com\jojubanking\boot\framework\idempotent\core\redis\IdempotentRedisDAO.class
com\jojubanking\boot\framework\idempotent\core\aop\IdempotentAspect.class
com\jojubanking\boot\lock4j\core\DefaultLockFailureStrategy.class
com\jojubanking\boot\lock4j\config\JojuLock4jConfiguration.class
com\jojubanking\boot\lock4j\core\Lock4jRedisKeyConstants.class

View File

@@ -0,0 +1,13 @@
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\annotation\Idempotent.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\lock4j\core\DefaultLockFailureStrategy.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\lock4j\package-info.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\lock4j\core\Lock4jRedisKeyConstants.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\package-info.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\config\JojuIdempotentConfiguration.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\redis\IdempotentRedisDAO.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\keyresolver\IdempotentKeyResolver.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\lock4j\config\JojuLock4jConfiguration.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\resilience4j\package-info.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\keyresolver\impl\ExpressionIdempotentKeyResolver.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\aop\IdempotentAspect.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-protection\src\main\java\com\jojubanking\boot\framework\idempotent\core\keyresolver\impl\DefaultIdempotentKeyResolver.java