update: 其他

This commit is contained in:
pen4uin
2024-08-24 00:46:36 +08:00
parent 916d12982f
commit ac9c608699
7 changed files with 128 additions and 9 deletions
@@ -41,7 +41,7 @@ public class ShellUtil {
godzillaMap.put(Constants.SHELL_LISTENER, GodzillaListener.class.getSimpleName());
godzillaMap.put(Constants.SHELL_INTERCEPTOR, GodzillaInterceptor.class.getSimpleName());
godzillaMap.put(Constants.SHELL_WF_HANDLERMETHOD, GodzillaWebFluxHandlerMethod.class.getSimpleName());
toolMap.put("Godzilla", godzillaMap);
toolMap.put(Constants.TOOL_GODZILLA, godzillaMap);
}