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

ringbootPlus.coder-maven-plugin.1.0.2.source-code.templates0.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
#---------------------------------------------------------
#formJsp.tmpl  ; com.kbao.market

Entity Java Bean class  ; ${javaSource}/${packagePrefixDir}/entity/${className}.java     ; Domain.tmpl
Jpa dao class  ; ${javaSource}/${packagePrefixDir}/dao/${className}Dao.java     ; 	Jpa.tmpl
ServiceInterface  ; ${javaSource}/${packagePrefixDir}/service/${className}Service.java     ; ServiceInterface.tmpl
MvcFile class  ; ${javaSource}/${packagePrefixDir}/controller/${className}Controller.java     ;  MvcFile.tmpl

#ServiceImpl class ; ${javaSource}/com/kbao/${module}/${subModule}/service/impl/${className}ServiceImpl.java ; ServiceImpl.tmpl
#formJsp.tmpl  ; ${webapp}/jsp/${className}formJsp.jsp     ;  formJsp.tmpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy