【问题标题】:Unable to run project in intelliJ [closed]无法在 IntelliJ 中运行项目 [关闭]
【发布时间】:2018-02-14 07:34:43
【问题描述】:

昨天项目运行良好。但是当我试图让它今天工作时,它就无法启动。

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

我不明白它有什么问题。我重新导入项目,重建类。还是什么都没有 有人见过这个问题吗?其他项目运行良好。

【问题讨论】:

    标签: java spring maven spring-boot jhipster


    【解决方案1】:

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

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

    【讨论】:

    • 我终于得到了一位高级开发人员的帮助。他看了看周围。并最终能够获得错误的堆栈跟踪。原来logback配置有问题。
    猜你喜欢
    • 1970-01-01
    • 2020-07-14
    • 1970-01-01
    • 2020-12-29
    • 1970-01-01
    • 1970-01-01
    • 2017-05-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多