spring-web导入失败

正在回答

登陆购买课程后可参与讨论,去登陆

4回答

同学你好!

File-》Project Structure,在以下位置看一下是否有oa_web呢

http://img1.sycdn.imooc.com//climg/5db17ccc09240ac112300983.jpg

如果没有点击上面的+号添加一下:

http://img1.sycdn.imooc.com//climg/5db17cf109d929e802720452.jpg

再检查一下以下位置处的内容是否存在,如果没有同理同学添加测试一下

http://img1.sycdn.imooc.com//climg/5db17e33094a06db12300983.jpg

如果我的回答解决了你的疑惑,请采纳,祝学习愉快~

提问者 慕设计2030095 2019-10-24 19:13:00
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
         http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <packaging>war</packaging>

  <name>oa_web</name>
  <groupId>com.om</groupId>
  <artifactId>oa_web</artifactId>
  <version>1.0-SNAPSHOT</version>

  <properties>
    <spring.version>5.1.9.RELEASE</spring.version>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.mortbay.jetty</groupId>
        <artifactId>maven-jetty-plugin</artifactId>
        <version>6.1.7</version>
        <configuration>
          <connectors>
            <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
              <port>8888</port>
              <maxIdleTime>30000</maxIdleTime>
            </connector>
          </connectors>
          <webAppSourceDirectory>${project.build.directory}/${pom.artifactId}-${pom.version}</webAppSourceDirectory>
          <contextPath>/</contextPath>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>

    <dependency>
      <groupId>com.om</groupId>
      <artifactId>oa_biz</artifactId>
      <version>1.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>${spring.version}</version>
    </dependency>
  </dependencies>

</project>

http://img1.sycdn.imooc.com//climg/5db186f2098247cd07150114.jpg

不知道为什么我需要在oa_web重新定义一次spring.version,不知道是不是有什么代码屏蔽了oa的spring.version

提问者 慕设计2030095 2019-10-24 18:01:08

http://img1.sycdn.imooc.com//climg/5db175fe09c1f30509900280.jpg

我导包用5.1.9.RELEASE写死了,但是这里出现了这个http://img1.sycdn.imooc.com//climg/5db1762309d8577505360110.jpg


***********************下面是spring-biz.xml*************************

http://img1.sycdn.imooc.com//climg/5db17641093476a213390644.jpg

biz这边就完全没有问题,我怀疑是这个module和另外两个module没有关联

好帮手慕柯南 2019-10-24 17:20:18

同学你好。

建议同学找到maven本地仓库的位置:

http://img1.sycdn.imooc.com//climg/5db16c1e09d3048612300983.jpg

按照包名打开目录:\org\springframework\spring-web\5.1.9.RELEASE,将下面的内容全部删除:

http://img1.sycdn.imooc.com//climg/5db16cb5099e94c407980537.jpg

然后在oa_web上右击,找到maven -》reimport手动重新导入依赖试一下,请在网络通畅时进行

http://img1.sycdn.imooc.com//climg/5db16cc609acbe6011350401.jpg

如果解答了同学的疑问,望采纳~

祝学习愉快~


  • 提问者 慕设计2030095 #1
    我感觉是的web这个module和两个module没有关联,我也无法import spring-biz.xml 不知道是什么原因...
    2019-10-24 17:59:05
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师