項目中使用了Jersey RESTful 框架, 更新代碼后服務能正常起來, 在頁面登錄時驗證碼不顯示
后台報錯
java.lang.IllegalStateException: The resource configuration is not modifiable in this context.
原因:
項目中使用@Path()注解, 出現了兩個相同的路徑, 導致 jersey 不知道該使用哪個方法
項目中使用了Jersey RESTful 框架, 更新代碼后服務能正常起來, 在頁面登錄時驗證碼不顯示
后台報錯
java.lang.IllegalStateException: The resource configuration is not modifiable in this context.
原因:
項目中使用@Path()注解, 出現了兩個相同的路徑, 導致 jersey 不知道該使用哪個方法
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。