package org.zerock.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import lombok.extern.log4j.Log4j; @Controller @RequestMapping("/res") @Log4j public class ResponseController { @RequestMapping("/a") public String methoda() { log.info("a method"); return "/res..