摘要:
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with 阅读全文
摘要:
http://www.cnblogs.com/xingzc/p/5972488.html 1、Unable to find a single main class from the following candidates 1.1、问题描述 maven build时出现以下错误提示日志: 1.2、日 阅读全文
摘要:
目前,Mac内置的Vim是7.3版本的,而且还缺少很多功能,下面介绍如何通过源码安装更新最新版本的Vim,同时保留系统内置的Vim。 此时,Vim被安装在了 /usr/local/bin 下,重启终端后,可以通过 which vim 查看。 此时,一般来说在终端里执行vim命令的话就应该是新版本的v 阅读全文