init
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
package cn.feast.coding.tools;
|
||||
|
||||
public class SSMCustomPageTemplate {
|
||||
/**
|
||||
* model模板
|
||||
*/
|
||||
public static final String MODEL_TEMPLATE = "ModelTemplate.ftl";
|
||||
/**
|
||||
* mapper模板
|
||||
*/
|
||||
public static final String MAPPER_TEMPLATE = "MapperTemplate.ftl";
|
||||
/**
|
||||
* mapperXml模板
|
||||
*/
|
||||
public static final String MAPPER_XML_TEMPLATE = "MapperXmlTemplate.ftl";
|
||||
/**
|
||||
* service模板
|
||||
*/
|
||||
public static final String SERVICE_TEMPLATE = "ServiceTemplate.ftl";
|
||||
/**
|
||||
* service模板
|
||||
*/
|
||||
public static final String SERVICE_IMPL_TEMPLATE = "ServiceImplTemplate.ftl";
|
||||
/**
|
||||
* controller模板
|
||||
*/
|
||||
public static final String CONTROLLER_TEMPLATE = "ControllerTemplate.ftl";
|
||||
/**
|
||||
* IMapper模板
|
||||
*/
|
||||
public static final String IMAPPER_TEMPLATE = "IMapperTemplate.ftl";
|
||||
/**
|
||||
* IService模板
|
||||
*/
|
||||
public static final String ISERVICE_TEMPLATE = "IServiceTemplate.ftl";
|
||||
/**
|
||||
* IService模板
|
||||
*/
|
||||
public static final String PAGEUTILS_TEMPLATE = "PageUtilsTemplate.ftl";
|
||||
/**
|
||||
* IService模板
|
||||
*/
|
||||
public static final String BASE_CONTROLLER_TEMPLATE = "BaseControllerTemplate.ftl";
|
||||
/**
|
||||
* 自定义模板
|
||||
*/
|
||||
public static final String DEFINED_TEMPLATE = "DefinedTemplate.ftl";
|
||||
}
|
||||
Reference in New Issue
Block a user