Semi-automated code generation tool . Given a template(for beetl),set the db conf,you will get some code .
-
- db.url
- db.user
- db.pwd
- db.tableName
-
- import template , if you have common code file ,you can use the via to replace string .
-
- see the test class , run it .
-
-
file input path
/resources/template
-
file output path
/target/classes/_out
-
-
-
dbTableName
it is table name .
sys_user,sys_module,sys_role...,
-
columns
it is table column data warp in map ,detail see 'view.btl' .
-