04 2019 档案

摘要:1. 遇到的错误 Exception in thread "main" cucumber.runtime.CucumberException: You're not allowed to extend classes that define Step Definitions or hooks. cl 阅读全文
posted @ 2019-04-24 19:09 teaChat 阅读(872) 评论(0) 推荐(0)
摘要:1. maven项目import提示cannot resolve symbol 度娘搜索后两种方法尝试过File->Invalidate and Restart 和maven->Reimport均没有作用 重新git pull下代码也不行 最后在重新import project时,不选择intern 阅读全文
posted @ 2019-04-23 17:00 teaChat 阅读(346) 评论(0) 推荐(0)
摘要:mvn clean package依次执行了clean、resources、compile、testResources、testCompile、test、jar(打包)等7个阶段。mvn clean install依次执行了clean、resources、compile、testResources、 阅读全文
posted @ 2019-04-06 16:16 teaChat 阅读(111) 评论(0) 推荐(0)