1. 'dependencies.dependency.scope' for com.alibaba.cloud:spring-cloud-alibaba-dependencies:pom must be one of [provided, compile, runtime, test, system] but is 'import'. 这个警告提示依赖的 scope 应该是 provided, compile, runtime, test, system 中的一种,而不是 import。需要修改 pom.xml 文件中对应依赖的 scope。

  2. variable executor is already defined in class cn.com.safeware.apiscm.modules.orderwarehouse.service.impl.WarehouseOrderOutServiceImpl 这个错误提示在类 WarehouseOrderOutServiceImpl 中,变量 executor 已经被定义过了。需要检查代码中是否有重复定义的变量。

  3. cannot find symbol symbol: method getPage(), symbol: method getLimit(), symbol: method getProductCategory() 这些错误提示都是找不到对应的方法,可能是代码中方法名或参数名写错了,或者是对应的类或接口没有导入。需要仔细检查代码中的方法调用和对应的类或接口导入。

165913 开始打包选定的模块 api-scm165914 INFO Scanning for projects165915 WARNING 165915 WARNING Some problems were encountered while building the effective model for cncomsafewareapi-scmjar100165915 WARNING de

原文地址: https://www.cveoy.top/t/topic/bZsm 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录