添加依赖

master
王堂东 2023-11-23 18:41:19 +08:00
parent 5b79b33a25
commit 31d5f7f4a8
2 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,10 @@
<artifactId>mybatis-plus-join</artifactId>
<version>1.2.4</version>
</dependency>
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-log</artifactId>
</dependency>
<dependency>
<groupId>com.february</groupId>
<artifactId>february-fault-remote</artifactId>

View File

@ -12,10 +12,8 @@ import com.february.common.core.domain.FaultCode;
import com.february.fault.aspect.WebLog;
//import com.february.fault.domain.FaultCode;
import com.february.fault.service.FaultCodeService;