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,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.jojubanking.boot.framework.errorcode.config.JojuErrorCodeConfiguration

View File

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

View File

@@ -0,0 +1,6 @@
com\jojubanking\boot\framework\errorcode\config\ErrorCodeProperties.class
com\jojubanking\boot\framework\errorcode\core\loader\ErrorCodeLoader.class
com\jojubanking\boot\framework\errorcode\core\generator\ErrorCodeAutoGenerator.class
com\jojubanking\boot\framework\errorcode\core\generator\ErrorCodeAutoGeneratorImpl.class
com\jojubanking\boot\framework\errorcode\core\loader\ErrorCodeLoaderImpl.class
com\jojubanking\boot\framework\errorcode\config\JojuErrorCodeConfiguration.class

View File

@@ -0,0 +1,7 @@
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\config\JojuErrorCodeConfiguration.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\core\loader\ErrorCodeLoaderImpl.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\core\loader\ErrorCodeLoader.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\package-info.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\config\ErrorCodeProperties.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\core\generator\ErrorCodeAutoGeneratorImpl.java
E:\D-Springboot\kfdj\kfdj\joju-framework\joju-spring-boot-starter-biz-error-code\src\main\java\com\jojubanking\boot\framework\errorcode\core\generator\ErrorCodeAutoGenerator.java