Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.

在 Intellij Idea 15 中使用maven時,所有 scope 爲 provided 的依賴都是不會被加入到 classpath 中的,目前該bug尚未被修復(bug report)。如果你的web應用是部署到容器中的,那麼這個bug不會影響使用,因爲web應用中provided的依賴在容器運行時會被提供。如果你做Spring Boot開發,有帶provided的依賴時,直接在IDE中
相關文章
相關標籤/搜索