telosys-tools-generator
telosys-tools-generator copied to clipboard
Telosys generator based on Velocity template engine
I tried to generate code with Telosys CLI here's my settings - TelosysTools/oracle.properties `oracle.properties` content ``` conv.tableName = ANACONDA_CASE conv.columnName = snake_case conv.pkName = PascalCase conv.fkName = camelCase type.long= NUMBER...
A BigDecimal created from `1AA23.456` value with lead to an exception with a null message in Java 8 but with a non null message in Java 11 (`Character A is...
I use multi-module with spring. This is error when i double-click on file DSL model(.model) or .dbcfg java.lang.RuntimeException: Model folder '/Users/frederic/Documents/workspace-sts-3.8.3.RELEASE/oci-bpm-telosys-module/TelosysTools/demo_model' not found at org.telosys.tools.dsl.DslModelUtil.getEntitiesAbsoluteFileNames(DslModelUtil.java:122)
Hello, I am trying to write templates in VTL to generate java classes with telosys. My starting point is a directory (src/main/resources/templates/es) that contains json files (mapping1.json, mapping2.json). I have...
1) Allow generation without current entity (just generate a specific file without entity dependency ) $generator.generate($fileName, $folder, "template.vm" ) 2) Ability to pass an object map to transmit certain variables...