-
Notifications
You must be signed in to change notification settings - Fork 4
Property Files
[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)
There are several properties file in MOGLiCC to configure the code generation:
[application.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/core/src/main/resources/properties/application.properties): Used to configure the workspace
[workspace.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/core/src/main/resources/properties/workspace.properties): Used to configure the activation state of the plugins
In addition, most plugins can have a plugin specific property file:
[generator.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/filemaker.classbased.velocity/src/main/resources/defaultInputData/VelocityClassBasedFileMaker/generator.properties): Used to exclude subdirectories of the input folder from the list of input artefacts (see [Input and output] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Input-and-Output)).
[_model.properties] (https://github.com/iks-github/MOGLiCodeCreator/blob/master/provider.model.standard/src/main/resources/defaultInputData/_model.properties): Used to define the file from which the data model is read.
[Back to the overview of Concepts] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Concepts)