diff options
Diffstat (limited to 'ms/controllerblueprints/modules/service/src/test/resources')
-rw-r--r-- | ms/controllerblueprints/modules/service/src/test/resources/application.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ms/controllerblueprints/modules/service/src/test/resources/application.properties b/ms/controllerblueprints/modules/service/src/test/resources/application.properties index 397f3b13..2bfb0416 100644 --- a/ms/controllerblueprints/modules/service/src/test/resources/application.properties +++ b/ms/controllerblueprints/modules/service/src/test/resources/application.properties @@ -24,11 +24,11 @@ logging.level.org.hibernate.type.descriptor.sql=debug blueprints.load.initial-data=false -load.dataTypePath=./../../application/load/model_type/data_type -load.nodeTypePath=./../../application/load/model_type/node_type -load.artifactTypePath=./../../application/load/model_type/artifact_type -load.resourceDictionaryPath=./../../application/load/resource_dictionary -load.blueprintsPath=./../../application/load/blueprints +load.dataTypePath=./../../../../components/model-catalog/definition-type/starter-type/data_type +load.nodeTypePath=./../../../../components/model-catalog/definition-type/starter-type/node_type +load.artifactTypePath=./../../../../components/model-catalog/definition-type/starter-type/artifact_type +load.resourceDictionaryPath=./../../../../components/model-catalog/resource-dictionary/starter-dictionary +load.blueprintsPath=./../../../../components/model-catalog/blueprint-model/starter-blueprint # Load Resource Source Mappings resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest
\ No newline at end of file |