问答详情
源自:2-2 第一个 Spring Boot 应用(一)

使用RestController的时候会有警告提示

请问使用RestController为什么会出现这些错误提示?

如图:

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

提问者:laura101 2019-01-04 13:50

个回答

  • 慕粉0020542956
    2019-01-05 21:11:43

    <dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-webflux</artifactId>
    </dependency>

    pom.xml 文件里 有这个依赖吗

    加这段了吗