【发布时间】: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