摘要: 解决方法: 1.勾选自动下载依赖 2.配置SDK 3.在pom.xml中使用快捷键alt+insert 阅读全文
posted @ 2019-01-07 22:00 待定Ivan 阅读(482) 评论(0) 推荐(0)
摘要: 在pom.xml直接添加额外的仓库: <repositories> <repository> <id>JBoss repository</id> <url>https://repository.jboss.org/nexus/content/repositories/releases/</url> 阅读全文
posted @ 2019-01-07 21:33 待定Ivan 阅读(3157) 评论(0) 推荐(0)
摘要: 打开Idea, 第一步:点击file,选择projectStructure 第二步:选择facets,选择web-》web项目名 点击+web.xml 就好了 阅读全文
posted @ 2019-01-07 21:01 待定Ivan 阅读(284) 评论(0) 推荐(0)