问答详情
源自:2-7 写个简单的Hello World

运行不起来

https://img2.mukewang.com/5ccfd05e00011b5313660768.jpg

https://img3.mukewang.com/5ccfd05e0001633b13660762.jpg

https://img3.mukewang.com/5ccfd060000116a313660768.jpg

https://img.mukewang.com/5ccfd0670001a88a13660768.jpg

请问这是怎么回事,,大家用的是本地的tomcat还是,springboot里的;另外会不会是我的dubbo有问题啊

提问者:qq_losangeles_1 2019-05-06 14:14

个回答

  • 慕少8983995
    2019-12-24 11:36:51

    <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-all</artifactId>
        <version>4.1.32.Final</version>
    </dependency>


  • OCM
    2019-05-21 20:06:27

    1.首先Springboot版本需要是:

    <spring-boot.version>1.3.3.RELEASE</spring-boot.version>

    2.log4j的属性文件log4j.properties文件需要配置。

    3.dubbo.version的版本需要在2.6.X,并且添加老师回答的三个jar包。

    4.访问路径url需要正确,查看是否配置了

    server.context-path

    5.查看自己数据库版本是5.x还是8.x均需要区别对待。

    6.认真查看出错提示信息,各个击破。

  • qq_JUSTDOIT_4
    2019-05-12 11:46:28

    看样子是缺包,server中resteasy-netty包引入了吗