@Controller 추가

master
mjkhan21 7 months ago
parent 464c37789f
commit 667eae0ea3

@ -4,6 +4,7 @@ import java.util.List;
import javax.annotation.Resource; import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@ -25,6 +26,7 @@ import {serviceFullname};
* ================================ * ================================
* </pre> * </pre>
*/ */
@Controller
@RequestMapping(name = "{entityComment}", value = "/{entityName}") @RequestMapping(name = "{entityComment}", value = "/{entityName}")
public class {controllerClass} extends ApplicationController { public class {controllerClass} extends ApplicationController {
/**{entityComment} 서비스*/ /**{entityComment} 서비스*/

Loading…
Cancel
Save