...
Select either run or debug for this Run Configuration to start the Blueprints Processor:
. ____ _ __ _ _
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.3.RELEASE)
17:01:48.364 INFO orgo.onapo.ccsdkc.cdsc.blueprintsprocessorb.BlueprintProcessorApplication - Starting BlueprintProcessorApplication
17:01:48.367 INFO orgo.onapo.ccsdkc.cdsc.blueprintsprocessorb.BlueprintProcessorApplication - The following profiles are active: dev
17:01:48.412 INFO orgo.springframeworks.bootb.devtoolsd.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
17:01:48.412 INFO orgo.springframeworks.bootb.devtoolsd.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
17:01:50.309 INFO orgo.springframeworks.datad.repositoryr.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
17:01:50.445 INFO orgo.springframeworks.datad.repositoryr.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 91ms130ms. Found 3 repository interfaces.
17:01:51.050 INFO orgo.springframeworks.contextc.supports.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type (...)
17:01:52.084 INFO orgo.springframeworks.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
17:01:52.124 INFO orgo.springframeworks.bootb.devtoolsd.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
INFO org.onap.ccsdk.cds.blueprintsprocessor.services.workflow.DefaultBlueprintSvcLogicService - Registering executors(execute) with type(class org.onap.ccsdk.cds.blueprintsprocessor.services. (...)
INFO org.onap.ccsdk.cds.blueprintsprocessor.services.workflow.DefaultBlueprintSvcLogicService - Registering executors(block) with type(class org.onap.ccsdk.sli.core.sli.provider.base.BlockNodeExecutor
INFO org.onap.ccsdk.cds.blueprintsprocessor.services.workflow.DefaultBlueprintSvcLogicService - Registering executors(return) with type(class org.onap.ccsdk.sli.core.sli.provider.base.ReturnNodeExecutor
INFO org.onap.ccsdk.cds.blueprintsprocessor.services.workflow.DefaultBlueprintSvcLogicService - Registering executors(break) with type(class org.onap.ccsdk.sli.core.sli.provider.base.BreakNodeExecutor
INFO org.onap.ccsdk.cds.blueprintsprocessor.services.workflow.DefaultBlueprintSvcLogicService - Registering executors(exit) with type(class org.onap.ccsdk.sli.core.sli.provider.base.ExitNodeExecutor
INFO class org.onap.ccsdk.cds.blueprintsprocessor.17:01:52.873 INFO c.o.c.c.b.db.BlueprintProcessorCatalogServiceImpl - BlueprintProcessorCatalogServiceImpl initialized
17:01:53.316 INFO orgo.springframeworks.bootb.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
17:01:53.421 INFO orgo.onapo.ccsdkc.cdsc.blueprintsprocessorb.db.primary.PrimaryDatabaseConfiguration - Initialised Primary Transaction Manager for url jdbc:mysql://localhost:3306/sdnctl
17:01:54.098 INFO orgo.springframeworks.boot.web.embedded.netty.NettyWebServer - Netty started on port(s): 555558080
17:01:54.100 INFO orgo.onapo.ccsdkc.cdsc.blueprintsprocessorb.BlueprintProcessorApplication - Started BlueprintProcessorApplication in 46.595064 seconds (JVM running for 56.124804)
Testing the application
There are two main features of the Blueprints Processor that can be of interest of a developer: blueprint upload and blueprint process.
...