添加依赖
parent
5b79b33a25
commit
31d5f7f4a8
|
@ -25,7 +25,10 @@
|
||||||
<artifactId>mybatis-plus-join</artifactId>
|
<artifactId>mybatis-plus-join</artifactId>
|
||||||
<version>1.2.4</version>
|
<version>1.2.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.february</groupId>
|
||||||
|
<artifactId>february-common-log</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.february</groupId>
|
<groupId>com.february</groupId>
|
||||||
<artifactId>february-fault-remote</artifactId>
|
<artifactId>february-fault-remote</artifactId>
|
||||||
|
|
|
@ -12,10 +12,8 @@ import com.february.common.core.domain.FaultCode;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import com.february.fault.aspect.WebLog;
|
import com.february.fault.aspect.WebLog;
|
||||||
|
|
||||||
|
|
||||||
//import com.february.fault.domain.FaultCode;
|
//import com.february.fault.domain.FaultCode;
|
||||||
import com.february.fault.service.FaultCodeService;
|
import com.february.fault.service.FaultCodeService;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue