AbstractController -> ApplicationController

master
mjkhan21 7 months ago
parent d4fdff4fa7
commit 1100cd6e1f

@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import cokr.xit.foundation.web.AbstractController; import cokr.xit.base.web.ApplicationController;
import {entityFullname}; import {entityFullname};
import {queryFullname}; import {queryFullname};
@ -25,7 +25,7 @@ import {serviceFullname};
* </pre> * </pre>
*/ */
@RequestMapping(name = "{entityComment}", value = "/{entityName}") @RequestMapping(name = "{entityComment}", value = "/{entityName}")
public class {controllerClass} extends AbstractController { public class {controllerClass} extends ApplicationController {
/**{entityComment} 서비스*/ /**{entityComment} 서비스*/
@Resource(name = "{serviceName}") @Resource(name = "{serviceName}")
private {serviceClass} {serviceName}; private {serviceClass} {serviceName};

Loading…
Cancel
Save