Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Releases: suninformation/ymate-maven-extension

Release v1.0

03 Nov 16:39
Compare
Choose a tag to compare
提供以下4种项目模板:
  • ymate-archetype-quickstart (quickstart):标准Java工程,已集成YMP依赖;

  • ymate-archetype-webapp (webapp):JavaWeb工程,已集成WebMVC框架相关依赖和完整的参数配置;

  • ymate-archetype-module (module):YMP模块工程,提供Demo示例及JUint测试代码;

  • ymate-archetype-serv (serv):YMP服务工程,分别提供TCP、UDP客户端和服务端示例程序及相关配置;

查看使用文档:通过项目模板自动生成Java工程

提供以下Maven插件命令:
命令 说明
module 模块代码生成器
controller 控制器类生成器
mapping 控制器请求方法生成器
interceptor 拦截器类生成器
validator 验证器类生成器
repository 存储器类生成器
service 服务层类生成器
config 配置类生成器
enpasswd 字符串加密
depasswd 字符串解密
tomcat Tomcat服务配置生成器
entity 数据实体代码生成器
crud CRUD代码生成器