Class GremlinConfiguration


  • @Configuration
    @PropertySources(@PropertySource(ignoreResourceNotFound=true,value="file:${confpath}/conf/properties/gremlin.properties",factory=OpeniamPropertySourceFactory.class))
    public class GremlinConfiguration
    extends Object
    • Constructor Detail

      • GremlinConfiguration

        public GremlinConfiguration()
    • Method Detail

      • gremlinClient

        @Bean
        public org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource gremlinClient()