templates.Model.DataSource.vsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metamodel Show documentation
Show all versions of metamodel Show documentation
A uml code generator and execution engine
The newest version!
#set($shouldGenerate=true)
jdbc/${model.name}DataSource
${config.datasourceConnectionUrl}
${config.jdbcDriverClassName}
${config.DBUsername}
${config.DBPassword}
5