为什么html页面没有在百里香中显示?

为什么html页面没有在百里香中显示?,第1张

为什么html页面没有在百里香中显示?

您的Controller和SpringBoot应用程序看起来还不错。尝试清理并构建您的项目。当您运行DemoApplication时,您应该在控制台中看到以下内容

Mapped "{[/greeting]}" onto public java.lang.String com.example.controller.GifController.sayhello()

在您的DemoApplication中,您只需要@SpringBootApplication,因为此注释等效于使用@ Configuration,@
EnableAutoConfiguration和@ComponentScan



欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/5641558.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-12-16
下一篇2022-12-16

发表评论

登录后才能评论

评论列表(0条)

    保存