@Configuration
@PropertySource(value={"file:${WON_CONFIG_DIR}/matcher-sparql.properties","file:${WON_CONFIG_DIR}/cluster-node.properties"})
@ComponentScan(value={"won.matcher.sparql.spring","won.matcher.service.common.config","won.matcher.service.common.service.http","won.matcher.sparql.actor","won.matcher.sparql.config","won.matcher.sparql.index","won.matcher.sparql.query","won.matcher.sparql.hints"})
@ImportResource(value={"classpath:/spring/component/matcher-service/ehcache/spring-node-ehcache.xml","classpath:/matcher-sparql-security.xml","classpath:/spring/component/cryptographyServices.xml","classpath:/spring/component/wonNodeInformationService.xml"})
public class MatcherSparqlAppConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
MatcherSparqlAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorSystem |
actorSystem()
Actor system singleton for this application.
|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertyConfigInDev() |
Copyright © 2018. All Rights Reserved.