feat: support Alibaba & Apache dubbo service

This commit is contained in:
ReaJason
2026-04-26 21:33:15 +08:00
parent 016d0d5bbe
commit d10323a054
35 changed files with 1715 additions and 409 deletions
+1
View File
@@ -76,6 +76,7 @@ export interface NeoreGeorgShellToolConfig {
export interface InjectorConfig {
injectorClassName?: string;
injectorHelperClassName?: string;
classInheritance?: string;
urlPattern?: string;
staticInitialize?: boolean;