feat: add component-organization decompiled Maven module

- Reactor POM with 4 sub-modules (interface/data/service/web)
- all-lib/ with 255 extracted JARs from original fat JAR
- .m2-isolated/ repo with 252 installed JARs
- interface module: BUILD SUCCESS (325 classes)
- data module: BUILD SUCCESS (120 classes)
- service module: 200 type errors (CFR decompilation artifacts)
- install-libs.sh for isolated repo setup
- Feign fallback inner classes separated
This commit is contained in:
反编译工作区
2026-05-05 22:36:52 +08:00
parent 3cc487cd3b
commit 18810ef9c6
1850 changed files with 6690 additions and 741 deletions
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<project><modelVersion>4.0.0</modelVersion>
<groupId>org.apache.zookeeper</groupId><artifactId>curator-client</artifactId><version>4.2.0</version>
</project>
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<project><modelVersion>4.0.0</modelVersion>
<groupId>org.apache.zookeeper</groupId><artifactId>curator-framework</artifactId><version>4.2.0</version>
</project>
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<project><modelVersion>4.0.0</modelVersion>
<groupId>org.apache.zookeeper</groupId><artifactId>curator-recipes</artifactId><version>2.11.1</version>
</project>
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<project><modelVersion>4.0.0</modelVersion>
<groupId>org.apache.zookeeper</groupId><artifactId>zookeeper</artifactId><version>3.4.6</version>
</project>