All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.rdf4j.spring.repository.package-info Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright (c) 2021 Eclipse RDF4J contributors.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Distribution License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *******************************************************************************/

/**
 *
 *
 * 

Rdf4j-Spring Repository

* * Automatically configures {@link org.eclipse.rdf4j.repository.Repository Repository} beans via * {@link org.eclipse.rdf4j.spring.RDF4JConfig Rdf4JConfig}. * *

* To configure a remote repostitory, use * *

    *
  • rdf4j.spring.repository.remote.manager-url=[manager-url] *
  • rdf4j.spring.repository.remote.name=[name] *
* * (see {@link org.eclipse.rdf4j.spring.repository.remote.RemoteRepositoryProperties RemoteRepositoryProperties}) * *

* To configure an in-memory Repository use rdf4j.spring.repository.inmemory.enabled=true * (see {@link org.eclipse.rdf4j.spring.repository.inmemory.InMemoryRepositoryProperties * InMemoryRepositoryProperties}) * *

* Note: Exactly one repository has to be configured. * * @since 4.0.0 * @author Gabriel Pickl * @author Florian Kleedorfer */ package org.eclipse.rdf4j.spring.repository;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy