摘要:
聚合工程 maven 打包异常 Non-resolvable parent POM for xxx [WARNING] 'version' contains an expression but should be a constant. 取消父工程版本中的属性值,替换成指定的常量 <!-- 项目描述 阅读全文
摘要:
IDEA 配置 import导入优化配置,将 Preferences-> Editor-> Code Style-> java->imports class count to use import with "*" 将默认5调整为99, 避免出现 import * 情况出现 Preferences- 阅读全文