摘要:
1. You are not allowed to write any production code unless it is to make a failing unit test pass. 除非为了使一个失败的unit test通过,否则不允许编写任何产品代码 2. You are not 阅读全文
摘要:
问题1:Unable to import maven project: See logs for details 网上说,原因是IDEA2019和Maven3.6.2不兼容导致的,需要把Maven降级到3.6.1版本 记得把环境变量改好,避免以后出错 找到一个能用的stting.xml是这样的 部分 阅读全文