我不知道在哪里問這個,但我會在這里嘗試:我搜索了半天(即:下載并搜索了它的內容)所有 org.springframework.web.servlet jar 從第一個版本(2.5. 6)直到最新的一個(3.2.2),但我無法找到/找到一個應該存在的特定庫,稱為“CorsRegistry.java”(org.springframework.web.servlet.config.annotation.CorsRegistry)。
“檔案查看器 Java 庫”需要這個特定的庫(除了許多其他 jar 的數量)。
誰能指出包含此特定庫的檔案的正確下載位置?
uj5u.com熱心網友回復:
我可以在最新看到這門課spring-webmvc-5.3.19.jar
-> jar -tf spring-webmvc-5.3.19.jar | grep "CorsRegistry"
org/springframework/web/servlet/config/annotation/CorsRegistry.class
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/467933.html
