perf(controller):去掉之前mysql数据源,合成一个;多service与configSourcesController 去掉无用信息

This commit is contained in:
doufenghu
2018-07-17 18:16:49 +08:00
parent 9552bdc05f
commit 071f68ad51
7 changed files with 330 additions and 349 deletions

View File

@@ -361,7 +361,7 @@ public class BaseRestController {
protected SaveRequestLogThread saveRequestLog(ServicesRequestLogService service, int opAction,
HttpServletRequest request, Object data) {
logger.info("SaveRequestLogThread初始化开始----" + System.currentTimeMillis());
logger.debug("SaveRequestLogThread初始化开始----" + System.currentTimeMillis());
SaveRequestLogThread thread = SaveRequestLogThread.getNewSaveRequestLogThread(request);
thread.setService(service);
thread.setOpAction(opAction);