소스 검색

删除无用依赖

zhouhao 8 년 전
부모
커밋
daddf5dced
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      hsweb-web-controller/src/main/java/org/hsweb/web/controller/ControllerExceptionTranslator.java

+ 0 - 1
hsweb-web-controller/src/main/java/org/hsweb/web/controller/ControllerExceptionTranslator.java

@@ -3,7 +3,6 @@ package org.hsweb.web.controller;
 import org.hsweb.web.core.exception.BusinessException;
 import org.hsweb.web.core.message.ResponseMessage;
 import org.hsweb.web.core.utils.WebUtil;
-import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
 import org.springframework.core.annotation.Order;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.ControllerAdvice;