Spring Boot 2.1.0 @Controller 不工作?
Posted
技术标签:
【中文标题】Spring Boot 2.1.0 @Controller 不工作?【英文标题】:Spring Boot 2.1.0 @Controller is not working? 【发布时间】:2019-04-25 23:35:46 【问题描述】:Spring Boot 2.1.0 @Controller
用于 Web MVC 不工作,但当我写 services(Rest) with @RestController
时它工作。
我得到的错误是White Label Error 404
。
编辑:我在属性文件中缺少点,这就是我无法调用视图的原因。现在我更新了我的代码,一切正常。谢谢
【问题讨论】:
无代码、无错误、无堆栈跟踪、无日志、无场景。我们无能为力。 【参考方案1】:@RestController != @Controller
@RestController = @Controller + @ResponseBody
【讨论】:
以上是关于Spring Boot 2.1.0 @Controller 不工作?的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot 2.1.0 和 Flyway 4.2.0
spring-boot 2.1.0 mongo - CodecConfigurationException:找不到类 java.time.Year 的编解码器
rocketmq-spring-boot-starter 2.1.0 事务消息 txProducerGroup 移除解读