灵巧书包

文章
3
资源
0
加入时间
2年10月21天

springboot启动类位置

controller如下@RestControllerpublic class HelloWorldController { @RequestMapping("/hello") public String hello(String name){ return name; } }使用springbootTest测试代码如下: @SpringBoot...