hello world项目运行后,结果为空
来源:3-3 -编写程序代码及测试用例
StellaHOU
2017-11-14
写回答
2回答
-
StellaHOU
提问者
2017-11-14
我知道了,是我的Application.java文件要在blog包下。
然后HelloControllerTests.java文件中就可以用:
@RunWith(SpringRunner.class)
@SpringBootTest
@AutoConfigureMockMvc
00 -
老卫
2017-11-14
改为:
@RunWith(SpringRunner.class)@SpringBootTest
@AutoConfigureMockMvc
022017-11-14
基于Spring Boot技术栈博客系统企业级前后端实战
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
1296 学习 · 738 问题
相似问题