Bha*_*tha 2 java spring spring-boot
在此处输入图像描述这是我的控制器,我使用端口 localhost:8080 进行访问,它返回白色标签错误。可能是什么原因?
@RestController
public class EmployeeController {
@GetMapping("/")
public String hello() {
return "service is up and running";
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
22675 次 |
| 最近记录: |