Frank Wang
Frank Wang
> i got the same problem. **my multi mudules pom file like this**  compile error is this :The import com.fajiajia.cloudcommon cannot be resolved,  **but when i open this...
Here's some output logs for the plugin: ``` message: StaffDTO cannot be resolved to a type; code: 16777218; resource: /workspaces/biz-module-approval/biz-module-approval-srv/src/main/java/com/xx/approval/converter/ApprovalFlowConverter.java; line: 77 message: The import com.xx.basic cannot be resolved; code:...
In my case, there's an annotation `com.baomidou.mybatisplus.annotation.TableField` included in my `dto` package: Which located in library `mybatis-plus-annotation-3.5.5.jar` but itself has a dependency from package `org.apache.ibatis.type`, which comes from another library...