无法在intelliJ中运行项目

时间:2021-11-04 12:36:19

Yesterday the project ran fine. But when i tried to make it work today it just wont start.

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

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

I dont understand what is wrong with it. I tied reimporting the project, rebuilding the classes. Still nothing Has anyone ever seen this issue? Other projects work fine.

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

1 个解决方案

#1


1  

Did you try invalidate caches/restart ? Sometimes idea set automatically the java version as 1.5, you can check it from project structe.

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

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

如何清理Intellij中的项目缓存,就像Eclipse干净一样?

#1


1  

Did you try invalidate caches/restart ? Sometimes idea set automatically the java version as 1.5, you can check it from project structe.

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

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

如何清理Intellij中的项目缓存,就像Eclipse干净一样?