Search:

Type: Posts; User: jmars; Keyword(s):

Search: Search took 0.05 seconds.

  1. I suppose the new programming model is more...

    I suppose the new programming model is more simple. It might be:


    public @ResponseMessage User save(User user) throws Exception{
    return userRepository.save(user);
    }

    Then the post...
  2. How to add post processing after controller or extend view resolver in spring mvc

    Hi,
    I've coded a exception handler in my project to format all json response. like this:


    public @ResponseBody ResponseMessage save(final User user){
    ResponseMessage rm =...
Results 1 to 2 of 2