无法在intelliJ

时间:2018-02-14 07:34:43

标签: java spring maven spring-boot jhipster

昨天该项目运行良好。但是,当我试图让它今天工作时,它就不会开始了。

Ignoring Class-Path entry xercesImpl.jar found inC:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\xalan-2.7.0.jar as C:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\xercesImpl.jar does not exist
Ignoring Class-Path entry xml-apis.jar found inC:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\xalan-2.7.0.jar as C:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\xml-apis.jar does not exist
Ignoring Class-Path entry serializer.jar found inC:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\xalan-2.7.0.jar as C:\Users\tahtm\.m2\repository\xalan\xalan\2.7.0\serializer.jar does not exist
09:32:08.742 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
09:32:08.745 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
09:32:08.745 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/C:/Users/tahtm/Documents/ekataloog/ekataloog/api/target/classes/]

Process finished with exit code 0

我不明白它有什么问题。我绑定重新导入项目,重建课程。仍然没有人见过这个问题?其他项目工作正常。

1 个答案:

答案 0 :(得分:1)

您是否尝试过无效缓存/重启? 有时想法自动将java版本设置为1.5,您可以从项目结构中检查它。

How to clean project cache in Intellij idea like Eclipse's clean?