Package com.cm.codemaker.service.impl
Class ControllerServiceImpl
java.lang.Object
com.cm.codemaker.service.impl.ControllerServiceImpl
- All Implemented Interfaces:
IControllerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateControllerCode(String tableName, CodeGenerator meta, String code)
-
Constructor Details
-
ControllerServiceImpl
public ControllerServiceImpl()
-
-
Method Details
-
generateControllerCode
public String generateControllerCode(String tableName, CodeGenerator meta, String code) throws Exception - Specified by:
generateControllerCodein interfaceIControllerService- Throws:
Exception
-