Grails 4.X 詭異錯誤:jaxb-runtime-2.3.1.jar referenced one or more files that do not exist:

使用Grails 4.x 的時候,編譯正常,執行的時候報告上述錯誤,其實是由於:

dependencies {
    developmentOnly("org.springframework.boot:spring-boot-devtools")  // 導致兩個警告

這個依賴庫造成的,註釋掉就沒事兒了。

不過,其實不影響運行。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章