mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-09 17:34:01 +00:00
add docker scripts
This commit is contained in:
parent
242cd6d314
commit
c8cf9cca58
@ -116,8 +116,8 @@ public class ActionExecutor<T, U> {
|
||||
|
||||
public void handle(String action, final U args, final T callback)
|
||||
throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
|
||||
LOGGER.info("handling " + action + "...");
|
||||
LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args));
|
||||
// LOGGER.info("handling " + action + "...");
|
||||
// LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args));
|
||||
|
||||
if (null != action) {
|
||||
if (staticData.containsKey(action)) {
|
||||
|
Loading…
Reference in New Issue
Block a user