Intellij Idea - Spring Boot应用程序在启动Debug会话时失败

时间:2018-01-09 09:39:45

标签: maven debugging spring-boot intellij-idea java-9

我有一个成功运行的Spring Boot应用程序,在运行时不会抛出任何错误。

--
Information: java: Errors occurred while compiling module ...
Information: javac 9.0.1 was used to compile java sources
Information: compilation completed with 1 error and 0 warnings
java:Illegal char <*> at index 7: ../lib/*.jar 
--

但是,当我尝试使用默认配置启动调试时,它会给我一个错误;

<div th:if="${!projects.isEmpty()}" th:remove="tag">

如果提到index.html文件;这是第7行:

{{1}}

Here是maven依赖树

Here是pom.xml文件

0 个答案:

没有答案