# WebTemplateCreateUtil **Repository Path**: yzhm_illusion/web-template-create-util ## Basic Information - **Project Name**: WebTemplateCreateUtil - **Description**: web应用模版生成工具类 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-16 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebTemplateCreateUtil #### 介绍 web应用模版生成工具 #### 软件架构 目前是个单纯的工具,只负责SpringBoot + Mybatis的Mapper操作生成 #### 安装教程 拉代码了直接运行使用 #### 使用说明 将实体类复制到templatePo中,在实体上设置实体名,在启动类静态变量上设置表名。对于实体中的枚举等业务自定义类型,请暂时先修改为Integer方便生成。 其他属性请参考注解: @SQlId:标记主键 @LikeSearch:对String进行模糊搜索 @AssociatedField:对于实体类的非此表的额外附加属性进行标记,主要进行多表连接查询时增加的额外字段; #### 参与贡献 全权设计者