ringbootPlus.coder-maven-plugin.1.0.2.source-code.templates1.cfg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coder-maven-plugin Show documentation
Show all versions of coder-maven-plugin Show documentation
Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.
---------------------------------------------------------
# Specific templates configuration file
# 3 values separated by ";"
# . value 1 : the label
# . value 2 : the file to be generated ( var allowed : ${BEANNAME}, ${BEANNAME_UC}, ${BEANNAME_LC} )
# . value 3 : the template to use
#---------------------------------------------------------
# Since v 2.0 the project's variables can be used in file and folder columnName
#---------------------------------------------------------
#生成mybatis相关代码
Entity Java Bean class ; ${javaSource}/${packagePrefixDir}/entity/${className}.java ; Domain.tmpl
Mapper.xml ; ${javaSource}/${packagePrefixDir}/entity/${className}Mapper.xml ; Mapper.tmpl
Mybatis dao class ; ${javaSource}/${packagePrefixDir}/dao/${className}Mapper.java; Dao.tmpl
Service class; ${javaSource}/${packagePrefixDir}/service/${className}Service.java; Service.tmpl
MvcFile class ; ${javaSource}/${packagePrefixDir}/controller/${className}Controller.java ;MvcFile.tmpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy