All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ringbootPlus.coder-maven-plugin.1.0.2.source-code.templates1.cfg Maven / Gradle / Ivy

Go to download

Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.

There is a newer version: 1.0.8
Show newest version
---------------------------------------------------------
# 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