Class InMemoryRepositoryConfig


  • @Configuration
    @EnableConfigurationProperties(InMemoryRepositoryProperties.class)
    @ConditionalOnProperty("rdf4j.spring.repository.inmemory.enabled")
    public class InMemoryRepositoryConfig
    extends Object
    Since:
    4.0.0
    Author:
    Gabriel Pickl, Florian Kleedorfer
    • Constructor Detail

      • InMemoryRepositoryConfig

        public InMemoryRepositoryConfig()
    • Method Detail

      • getInMemoryRepository

        @Bean
        public org.eclipse.rdf4j.repository.Repository getInMemoryRepository​(@Autowired
                                                                             InMemoryRepositoryProperties repositoryProperties)