Results 1 to 2 of 2

Thread: Custom controller question

Hybrid View

  1. #1

    Post Custom controller question

    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?
    Attached Images Attached Images
    • File Type: jpg 1.jpg (92.8 KB, 3 views)

  2. #2
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    error trace?

    You could try
    Code:
    @RequestMapping(method = RequestMethod.GET)
    on your index method.

    Btw, it's more useful if you post code within code brackets instead of as screen dumps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •