diff options
Diffstat (limited to 'ms/controllerblueprints/modules/service/src/test/resources')
-rw-r--r-- | ms/controllerblueprints/modules/service/src/test/resources/application.properties | 27 | ||||
-rw-r--r-- | ms/controllerblueprints/modules/service/src/test/resources/logback.xml | 2 |
2 files changed, 15 insertions, 14 deletions
diff --git a/ms/controllerblueprints/modules/service/src/test/resources/application.properties b/ms/controllerblueprints/modules/service/src/test/resources/application.properties index 2bfb04164..718616bbd 100644 --- a/ms/controllerblueprints/modules/service/src/test/resources/application.properties +++ b/ms/controllerblueprints/modules/service/src/test/resources/application.properties @@ -15,20 +15,21 @@ # limitations under the License. # spring.main.banner-mode=off -spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS = false - - +spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false logging.level.org.springframework.web=INFO logging.level.org.hibernate.SQL=warn logging.level.org.hibernate.type.descriptor.sql=debug - - -blueprints.load.initial-data=false -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 +resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest +# Controller Blueprints Core Configuration +controllerblueprints.blueprintDeployPath=./target/blueprints/deploy +controllerblueprints.blueprintArchivePath=./target/blueprints/archive +controllerblueprints.blueprintEnrichmentPath=./target/blueprints/enrichment +# Controller Blueprint Load Configurations +controllerblueprints.loadInitialData=false +controllerblueprints.loadBluePrint=false +controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/blueprint-model/starter-blueprint +controllerblueprints.loadModelType=false +controllerblueprints.loadModeTypePaths=./../../../../components/model-catalog/definition-type/starter-type +controllerblueprints.loadResourceDictionary=false +controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary
\ No newline at end of file diff --git a/ms/controllerblueprints/modules/service/src/test/resources/logback.xml b/ms/controllerblueprints/modules/service/src/test/resources/logback.xml index fc1f6698e..2546a8389 100644 --- a/ms/controllerblueprints/modules/service/src/test/resources/logback.xml +++ b/ms/controllerblueprints/modules/service/src/test/resources/logback.xml @@ -17,7 +17,7 @@ <configuration> - <property name="localPattern" value="[%-8thread] %d{HH:mm:ss.SSS} %-5level %logger{100} - %msg%n" /> + <property name="localPattern" value="[%-8thread] %d{HH:mm:ss.SSS} %-5level %logger{50} - %msg%n" /> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <!-- encoders are assigned the type |