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

ringbootPlus.coder-maven-plugin.1.0.2.source-code.templates.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  ;
Entity Java Bean class  ; ${javaSource}/${packagePrefixDir}/domain/${className}.java     ; Domain.tmpl
Jpa dao class  ; ${javaSource}/${packagePrefixDir}/dao/${className}Dao.java     ; 	Jpa.tmpl
ServiceInterface  ; ${javaSource}/${packagePrefixDir}/service/${className}Service.java     ; ServiceInterface.tmpl
ServiceImpl class ; ${javaSource}/${packagePrefixDir}/service/impl/${className}ServiceImpl.java ; ServiceImpl.tmpl
MvcFile class  ; ${javaSource}/${packagePrefixDir}/mvc/${className}Controller.java     ;  MvcFile.tmpl
formJsp.tmpl  ; ${webapp}/jsp/${className}formJsp.jsp     ;  formJsp.tmpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy