摘要:
在使用idea的过程中,遇到其中一个maven模块变成灰色,如下所示:造成这个的原因可能是忽略了maven模块,可以尝试如下解决方法:在idea中maven的setting中找到ignored files,看右边的面板中是否将变灰的maven模块忽略了。 阅读全文
摘要:
启动类捕获异常 try{ ApplicationContext applicationContext = SpringApplication.run(TestApplication.class, args);}catch (Exception e){ System.out.println(e.get 阅读全文