I made a custom controller, without ENTITY case, but now I start the project, told me the requested resource is not found, it should be how to solve?
Printable View
I made a custom controller, without ENTITY case, but now I start the project, told me the requested resource is not found, it should be how to solve?
error trace?
You could tryon your index method.Code:@RequestMapping(method = RequestMethod.GET)
Btw, it's more useful if you post code within code brackets instead of as screen dumps.